STDC FENV_ACCESS
In this section:
Syntax
#pragma STDC FENV_ACCESS {ON|OFF|DEFAULT}
Parameters
| Source code accesses the floating-point environment. Note: This argument is not supported by the compiler. |
| Source code does not access the floating-point environment. |
| Sets the default behavior, that is |
Description
Use this pragma directive to specify whether your source code accesses the floating-point environment or not.
Note
This directive is required by Standard C.