ReactOS 0.4.15-dev-7942-gd23573b
_SIMD_EXCEPTION_FLAGS Struct Reference

#include <simd.h>

Public Attributes

unsigned int Inexact: 1
 
unsigned int Underflow: 1
 
unsigned int Overflow: 1
 
unsigned int ZeroDivide: 1
 
unsigned int InvalidOperation: 1
 
unsigned int Denormal: 1
 

Detailed Description

Definition at line 325 of file simd.h.

Member Data Documentation

◆ Denormal

unsigned int _SIMD_EXCEPTION_FLAGS::Denormal

Definition at line 331 of file simd.h.

◆ Inexact

unsigned int _SIMD_EXCEPTION_FLAGS::Inexact

Definition at line 326 of file simd.h.

◆ InvalidOperation

unsigned int _SIMD_EXCEPTION_FLAGS::InvalidOperation

Definition at line 330 of file simd.h.

◆ Overflow

unsigned int _SIMD_EXCEPTION_FLAGS::Overflow

Definition at line 328 of file simd.h.

◆ Underflow

unsigned int _SIMD_EXCEPTION_FLAGS::Underflow

Definition at line 327 of file simd.h.

◆ ZeroDivide

unsigned int _SIMD_EXCEPTION_FLAGS::ZeroDivide

Definition at line 329 of file simd.h.


The documentation for this struct was generated from the following file: