_MM_SET_FLUSH_ZERO_MODE
Classification
SSE_ALL, General Support, CPUID Test: SSE
Header File
immintrin.h
Synopsis
 _MM_SET_FLUSH_ZERO_MODE(unsigned int a);
Description
Macro: Set the flush zero bits of the MXCSR control and status register to the value in unsigned 32-bit integer "a". The flush zero may contain any of the following flags: _MM_FLUSH_ZERO_ON or _MM_FLUSH_ZERO_OFF
Operation
MXCSR := a[31:0] AND ~_MM_FLUSH_MASK