Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
invalid use of floating-point pragmas: fenv_access pragma operates only in precise mode
Remarks
fenv_access pragma was used under an /fp setting other than /fp:precise.
Example
The following example generates C3198:
// C3198.cpp
// compile with: /fp:fast
#pragma fenv_access(on) // C3198