Share via


_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

See Also

Reference

Macro Functions to Read and Write the Control Registers

_MM_GET_EXCEPTION_STATE