compiler-rt: disable extenddftf2 test on powerpc

This fails on a pwr10 machine.
This commit is contained in:
Alex Rønne Petersen 2025-12-11 19:55:13 +01:00
parent 9373a963a1
commit d5e3c8a2aa
No known key found for this signature in database

View file

@ -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);