Skip to content

arm: reverse jump tables

Janne Grunau requested to merge janne/dav1d:arm_jump into master

Instead of bit reverting the register subtract 24 from clz. This avoids two empty filler values in the jump table with the same instruction count.

Merge request reports