| ... | ... | @@ -429,9 +429,6 @@ test "bitcast nan float does not modify signaling bit" { |
| 429 | 429 | if (builtin.zig_backend == .stage2_x86_64 and builtin.target.ofmt != .elf and builtin.target.ofmt != .macho) return error.SkipZigTest; |
| 430 | 430 | if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; |
| 431 | 431 | |
| 432 | | // TODO: https://github.com/ziglang/zig/issues/14366 |
| 433 | | if (builtin.zig_backend == .stage2_llvm and comptime builtin.cpu.arch.isArmOrThumb()) return error.SkipZigTest; |
| 434 | | |
| 435 | 432 | const snan_u16: u16 = 0x7D00; |
| 436 | 433 | const snan_u32: u32 = 0x7FA00000; |
| 437 | 434 | const snan_u64: u64 = 0x7FF4000000000000; |