mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
The LUT contains the number of bits set, not the number of leading zeros as we're subtracting from the total number of bits in a word. Closes #4415