diff options
| author | David Rubin <daviru007@icloud.com> | 2024-05-25 14:15:21 -0700 |
|---|---|---|
| committer | David Rubin <daviru007@icloud.com> | 2024-06-13 02:22:06 -0700 |
| commit | d69c48370a0381c7dce463c68b2097dd8fa67eb7 (patch) | |
| tree | a5f2fc954e7bd6b73164c8ef1c8742b5f2827649 /test/behavior/floatop.zig | |
| parent | 206e66858c69cd667aad3779837493968bfcd228 (diff) | |
| download | zig-d69c48370a0381c7dce463c68b2097dd8fa67eb7.tar.gz zig-d69c48370a0381c7dce463c68b2097dd8fa67eb7.zip | |
riscv: integer + float `@abs`
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 670a7a01ec..65d889776a 100644 --- a/test/behavior/floatop.zig +++ b/test/behavior/floatop.zig @@ -999,7 +999,6 @@ test "@abs f32/f64" { 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 - if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; try testFabs(f32); try comptime testFabs(f32); |
