This commit is contained in:
Alex Rønne Petersen 2024-11-26 15:11:37 +01:00 committed by GitHub
commit ed08405682
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,7 @@ test isSignalNan {
// See https://github.com/ziglang/zig/issues/14366
if (!builtin.cpu.arch.isArm() and
!builtin.cpu.arch.isAARCH64() and
!builtin.cpu.arch.isMIPS32() and
!builtin.cpu.arch.isPowerPC() and
builtin.zig_backend != .stage2_c)
{