Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This prevents `moduint` from being called for the superloop. A bitwise AND is used instead of using the equivalent `% 4` as an indication that modulo should not be used, as not using a power of 2 (which is optimized) will result in an expensive call to SDCC library functions. Signed-off-by: Tim Crawford <[email protected]>
- Loading branch information