_MM_SET_EXCEPTION_STATE
Classification
SSE_ALL, General Support, CPUID Test: SSE
Header File
immintrin.h
Synopsis
 _MM_SET_EXCEPTION_STATE(unsigned int a);
Description
Macro: Set the exception state bits of the MXCSR control and status register to the value in unsigned 32-bit integer "a". The exception state may contain any of the following flags: _MM_EXCEPT_INVALID, _MM_EXCEPT_DIV_ZERO, _MM_EXCEPT_DENORM, _MM_EXCEPT_OVERFLOW, _MM_EXCEPT_UNDERFLOW, _MM_EXCEPT_INEXACT
Operation
MXCSR := a[31:0] AND ~_MM_EXCEPT_MASK