mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
compiler-rt: disable extenddftf2 test on powerpc
This fails on a pwr10 machine.
This commit is contained in:
parent
9373a963a1
commit
d5e3c8a2aa
1 changed files with 2 additions and 0 deletions
|
|
@ -110,6 +110,8 @@ test "extenddfxf2" {
|
|||
}
|
||||
|
||||
test "extenddftf2" {
|
||||
if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch.isPowerPC()) return error.SkipZigTest;
|
||||
|
||||
// qNaN
|
||||
try test__extenddftf2(makeQNaN64(), 0x7fff800000000000, 0x0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue