< Compile Options / Optimize Options >
When this option is omitted, division of floating-point constants into multiplications of the corresponding reciprocals as constants is not performed.
This option converts divisions of floating-point constants into multiplications of the corresponding reciprocals as constants. |
To be specific, when there is an expression of (variable divisor) with the divisor being a constant, a code with the expression converted into (variable reciprocal of divisor) will be generated. |