struct ExceptionFlags

Defined at line 34 of file ../../third_party/llvm-libc/src/src/__support/FPUtil/x86_64/fenv_x86_common.h

Default order of floating point exception flags in x87 and mxcsr registers:

- Bit 0: Invalid Operations

- Bit 1: Denormal

- Bit 2: Divide-by-zero

- Bit 3: Overflow

- Bit 4: Underflow

- Bit 5: Inexact

Public Members

static const uint16_t INVALID_F
static const uint16_t DENORMAL_F
static const uint16_t DIV_BY_ZERO_F
static const uint16_t OVERFLOW_F
static const uint16_t UNDERFLOW_F
static const uint16_t INEXACT_F
static const uint16_t ALL_F
static const unsigned int MXCSR_EXCEPTION_MASK_BIT_POSITION