| author | |
| committer | |
| log | c13713dd02ccd6ae21a508ec43bc1725199d2ec8 |
| tree | 7580e026bcbd74de213b274118a8144baccf249a |
| parent | 354ea625e5d9adcdac3c015f1eccf14c694ec03f |
| signature | Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM |
This now passes on all targets that we test in CI.
See: https://github.com/ziglang/zig/issues/143661 files changed, 0 insertions(+), 3 deletions(-)
lib/std/math/float.zig-3| ... | ... | @@ -172,9 +172,6 @@ test nan { |
| 172 | 172 | } |
| 173 | 173 | |
| 174 | 174 | test snan { |
| 175 | // TODO: https://github.com/ziglang/zig/issues/14366 | |
| 176 | if (builtin.zig_backend == .stage2_llvm and comptime builtin.cpu.arch.isArmOrThumb()) return error.SkipZigTest; | |
| 177 | ||
| 178 | 175 | const snan_u16: u16 = 0x7D00; |
| 179 | 176 | const snan_u32: u32 = 0x7FA00000; |
| 180 | 177 | const snan_u64: u64 = 0x7FF4000000000000; |