__fsetc

Microsoft Specific

Generates the fsetc.s0 instruction, which changes the control flags in the main status field.

void __fsetc(
   int amask,
   int omask
)

Parameters

  • [in] amask
    The value to perform an AND operation with the existing control set.

  • [in] omask
    The value to perform an OR operation with the existing control set.

Requirements

Intrinsic

Architecture

__fsetc

IPF

Header file <intrin.h>

Remarks

The new value of the status field will be the existing value AND the amask argument OR the omask argument.

For more information about the fsetc instruction, see the Intel documentation.

This routine is only available as an intrinsic.

See Also

Reference

__fsetc

Compiler Intrinsics