STDC FP_CONTRACT
In this section:
Syntax
#pragma STDC FP_CONTRACT {ON|OFF|DEFAULT}
Parameters
| The compiler is allowed to contract floating-point expressions. |
| The compiler is not allowed to contract floating-point expressions. |
| Sets the default behavior, that is |
Description
Use this pragma directive to specify whether the compiler is allowed to contract floating-point expressions or not. This directive is required by Standard C.
Example
#pragma STDC FP_CONTRACT ON