mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-16 21:15:23 +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