< Compile Options / Optimize Options >
The default for this option is const_div when the speed option has been specified.
When const_div is specified, calculations for division and remainders of integer constants in the source file are converted into sequences of multiplication or bitwise operation (shift or bitwise AND operations) instructions. |