mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
test: Re-enable "bitcast nan float does not modify signaling bit" for LLVM + arm.
This now passes on all targets that we test in CI. See: https://github.com/ziglang/zig/issues/14366
This commit is contained in:
parent
3b465ebec5
commit
354ea625e5
@ -429,9 +429,6 @@ test "bitcast nan float does not modify signaling bit" {
|
||||
if (builtin.zig_backend == .stage2_x86_64 and builtin.target.ofmt != .elf and builtin.target.ofmt != .macho) return error.SkipZigTest;
|
||||
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
|
||||
|
||||
// TODO: https://github.com/ziglang/zig/issues/14366
|
||||
if (builtin.zig_backend == .stage2_llvm and comptime builtin.cpu.arch.isArmOrThumb()) return error.SkipZigTest;
|
||||
|
||||
const snan_u16: u16 = 0x7D00;
|
||||
const snan_u32: u32 = 0x7FA00000;
|
||||
const snan_u64: u64 = 0x7FF4000000000000;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user