diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-05-14 05:12:46 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2023-05-15 03:07:51 -0400 |
| commit | 6c6d8d67cfe14c50684c04a579c1e62bf287e8cb (patch) | |
| tree | 22be2a1952c3077a0c60c66fb4b2f47684c5bf43 /test/behavior/floatop.zig | |
| parent | b6d61028508c5b1e1961a124bc17d4d9bda9686f (diff) | |
| download | zig-6c6d8d67cfe14c50684c04a579c1e62bf287e8cb.tar.gz zig-6c6d8d67cfe14c50684c04a579c1e62bf287e8cb.zip | |
x86_64: redo movement, float negation, and `@fabs`
Diffstat (limited to 'test/behavior/floatop.zig')
| -rw-r--r-- | test/behavior/floatop.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/floatop.zig b/test/behavior/floatop.zig index 9d17b05865..a3fd5b69e8 100644 --- a/test/behavior/floatop.zig +++ b/test/behavior/floatop.zig @@ -532,7 +532,6 @@ fn testFabs() !void { test "@fabs with vectors" { 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_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; |
