mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
std.math: Disable isSignalNan test on mips32.
https://github.com/ziglang/zig/issues/14366
This commit is contained in:
parent
87863a834b
commit
047311a76a
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue