mirror of
https://github.com/ziglang/zig.git
synced 2025-12-27 08:33:15 +00:00
Fixes a compile error when the target is mips, since std.simd.interlace does not work correctly on mips and raises a compile error if it is used.