diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-04-28 01:56:45 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2023-05-01 19:22:52 -0400 |
| commit | db76ae82607b941373064b05a348950802a21217 (patch) | |
| tree | 45839e9e12480ccc343e76d432cf3df4eb281f78 /test/behavior/floatop.zig | |
| parent | 1fd48815c6e22b266b318f58c6b3c828b20ace80 (diff) | |
| download | zig-db76ae82607b941373064b05a348950802a21217.tar.gz zig-db76ae82607b941373064b05a348950802a21217.zip | |
x86_64: fix emitting f80 globals
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 700b419fce..f713cd035c 100644 --- a/test/behavior/floatop.zig +++ b/test/behavior/floatop.zig @@ -1023,7 +1023,6 @@ test "comptime fixed-width float zero divided by zero produces NaN" { test "comptime fixed-width float non-zero divided by zero produces signed Inf" { 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_sparc64) return error.SkipZigTest; // TODO |
