_MM_GET_EXCEPTION_STATE
Classification
SSE_ALL, General Support, CPUID Test: SSE
Header File
Synopsis
_MM_GET_EXCEPTION_STATE();
Description
Macro: Get the exception state bits from the MXCSR control and status register. 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
dst[31:0] := MXCSR & _MM_EXCEPT_MASK