Everything

-noconst_div


< Compile Options / Optimize Options >

[Format]

-noconst_div

 

-

[Default]

The default for this option is noconst_div when the size option has been specified.

[Description]

-

When noconst_div is specified, the corresponding division and remainder instructions are used for calculating division and remainders of integer constants in the source file (except divisions and remainders of unsigned integers by powers of two).

[Remarks]

-

Constant multiplication that can be performed through only shift operations and division and residue that can be performed through only bitwise AND operations cannot be controlled by the noconst_div option.