_MM_SET_FLUSH_ZERO_MODE
Microsoft Specific
Writes to bit fifteen of the control register.
_MM_SET_FLUSH_ZERO_MODE(
x
)
Parameters
x
One of the following values:_MM_FLUSH_ZERO_ON
_MM_FLUSH_ZERO_OFF
Remarks
The header file xmmintrin.h contains the declarations for the SSE intrinsics.
Example
The following example disables flush to zero mode.
_MM_SET_FLUSH_ZERO_MODE(_MM_FLUSH_ZERO_OFF)
END Microsoft Specific