diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-05-07 05:01:37 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2023-05-08 07:36:20 -0400 |
| commit | ea957c4cff77f045108863cb5552b3511cb455c1 (patch) | |
| tree | a40ee9152c2c8b830e32ee81f0d7df39d2a3681a /test/behavior/floatop.zig | |
| parent | 5c5da179fb930c9d8be9366a851eb4a36f4044f1 (diff) | |
| download | zig-ea957c4cff77f045108863cb5552b3511cb455c1.tar.gz zig-ea957c4cff77f045108863cb5552b3511cb455c1.zip | |
x86_64: implement `@sqrt` for `f16` scalars and vectors
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 ec24407d9f..3f407061f4 100644 --- a/test/behavior/floatop.zig +++ b/test/behavior/floatop.zig @@ -135,7 +135,6 @@ fn testSqrt() !void { test "@sqrt 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 |
