aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/floatop.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2023-05-16 00:55:46 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2023-05-18 20:42:38 -0400
commit36ddab03fa5b29248a7e8fe1770414dd0a4cc833 (patch)
tree90f3bf19ee58480f201c2cdaa7518d2e8fbc888a /test/behavior/floatop.zig
parent80df8da82f793c87217ec673ff980751461f8164 (diff)
downloadzig-36ddab03fa5b29248a7e8fe1770414dd0a4cc833.tar.gz
zig-36ddab03fa5b29248a7e8fe1770414dd0a4cc833.zip
x86_64: fix multi-limb compare
Diffstat (limited to 'test/behavior/floatop.zig')
-rw-r--r--test/behavior/floatop.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/floatop.zig b/test/behavior/floatop.zig
index a3fd5b69e8..21fc87ff22 100644
--- a/test/behavior/floatop.zig
+++ b/test/behavior/floatop.zig
@@ -1145,7 +1145,6 @@ test "nan negation f64" {
test "nan negation f128" {
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; // TODO
- if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO