mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-15 20:45:56 +03:00
a52e472307
Checking if the size is a power of two is not enough, should also check if it's a multiple of 8. Closes #7976