Tells the compiler to evaluate the expressions involving floating-point operands in the precision indicated by the variable types declared in the program.
None
IA-64 architecture
Linux: | -IPF-flt-eval-method0 |
Mac OS X: | None |
Windows: | /QIPF-flt-eval-method0 |
None
OFF | Expressions involving floating-point operands are evaluated by default rules. |
This option tells the compiler to evaluate the expressions involving floating-point operands in the precision indicated by the variable types declared in the program.
By default, intermediate floating-point expressions are maintained in higher precision.
None