Floating Point Pragmas
The following table summarizes the floating point pragmas:
Pragma
| Description
| Example
|
---|---|---|
fp contract(off|fast) | Controls whether the compiler can skip intermediate rounding and conversions mainly between double precision arithmetic operations.
|
|
fp reassociate(on|off) | Controls the relaxing of the order of floating-point arithmetic operations within the code block that this pragma is applied to.
|
|