_MM_SET_EXCEPTION_STATE
Microsoft Specific
Writes to the sixth-least significant control register bit.
_MM_SET_EXCEPTION_STATE(
x
)
Parameters
x
One of the following values:_MM_EXCEPT_INVALID
_MM_EXCEPT_DIV_ZERO
_MM_EXCEPT_DENORM
_MM_EXCEPT_OVERFLOW
_MM_EXCEPT_UNDERFLOW
_MM_EXCEPT_INEXACT
Remarks
The header file xmmintrin.h contains the declarations for the SSE intrinsics.
END Microsoft Specific