11.1.7 And instead of modulo

When the second operand of a mod on an unsigned value is a constant power of 2, an and instruction is used instead of an integer division. This generates more efficient code.

Page generated on 2026-08-26.  Report a problem on this page