Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content

Test arithmetic optimization for multiply / divide by power of two

uudyh requested to merge exec/shift-optimizations into master

Multiply / divide by power of two can be optimized using shifts. This test case tests some edge cases of that optimization.

Merge request reports