| author | |
| committer | |
| log | 047311a76a1e38012615b03404b7a9cc7826e048 |
| tree | 4d68736a004c43421789f698b2908c6501184126 |
| parent | 87863a834b074311d70ec4dd3b10c74705fff54d |
https://github.com/ziglang/zig/issues/143661 files changed, 1 insertions(+), 0 deletions(-)
lib/std/math/isnan.zig+1| ... | ... | @@ -34,6 +34,7 @@ test isSignalNan { |
| 34 | 34 | // See https://github.com/ziglang/zig/issues/14366 |
| 35 | 35 | if (!builtin.cpu.arch.isArm() and |
| 36 | 36 | !builtin.cpu.arch.isAARCH64() and |
| 37 | !builtin.cpu.arch.isMIPS32() and | |
| 37 | 38 | !builtin.cpu.arch.isPowerPC() and |
| 38 | 39 | builtin.zig_backend != .stage2_c) |
| 39 | 40 | { |