_MM_SET_EXCEPTION_MASK
Classification
SSE_ALL, General Support, CPUID Test: SSE
Header File
immintrin.h
Synopsis
 _MM_SET_EXCEPTION_MASK(unsigned int a);
Description
Macro: Set the exception mask bits of the MXCSR control and status register to the value in unsigned 32-bit integer "a". The exception mask may contain any of the following flags: _MM_MASK_INVALID, _MM_MASK_DIV_ZERO, _MM_MASK_DENORM, _MM_MASK_OVERFLOW, _MM_MASK_UNDERFLOW, _MM_MASK_INEXACT
Operation
MXCSR := a[31:0] AND ~_MM_MASK_MASK