| ... | @@ -96,7 +96,7 @@ test "extendhfsf2" { | ... | @@ -96,7 +96,7 @@ test "extendhfsf2" { |
| 96 | try test__extendhfsf2(0x7f00, 0x7fe00000); // sNaN | 96 | try test__extendhfsf2(0x7f00, 0x7fe00000); // sNaN |
| 97 | // On x86 the NaN becomes quiet because the return is pushed on the x87 | 97 | // On x86 the NaN becomes quiet because the return is pushed on the x87 |
| 98 | // stack due to ABI requirements | 98 | // stack due to ABI requirements |
| 99 | if (builtin.arch != .i386 and builtin.os.tag == .windows) | 99 | if (builtin.target.cpu.arch != .i386 and builtin.target.os.tag == .windows) |
| 100 | try test__extendhfsf2(0x7c01, 0x7f802000); // sNaN | 100 | try test__extendhfsf2(0x7c01, 0x7f802000); // sNaN |
| 101 | | 101 | |
| 102 | try test__extendhfsf2(0, 0); // 0 | 102 | try test__extendhfsf2(0, 0); // 0 |