| ... | @@ -34,6 +34,7 @@ test isSignalNan { | ... | @@ -34,6 +34,7 @@ test isSignalNan { |
| 34 | // See https://github.com/ziglang/zig/issues/14366 | 34 | // See https://github.com/ziglang/zig/issues/14366 |
| 35 | if (!builtin.cpu.arch.isArm() and | 35 | if (!builtin.cpu.arch.isArm() and |
| 36 | !builtin.cpu.arch.isAARCH64() and | 36 | !builtin.cpu.arch.isAARCH64() and |
| | 37 | !builtin.cpu.arch.isMIPS32() and |
| 37 | !builtin.cpu.arch.isPowerPC() and | 38 | !builtin.cpu.arch.isPowerPC() and |
| 38 | builtin.zig_backend != .stage2_c) | 39 | builtin.zig_backend != .stage2_c) |
| 39 | { | 40 | { |