diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-03-05 11:31:51 +0100 |
|---|---|---|
| committer | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-03-05 11:31:51 +0100 |
| commit | a06e9eca45f72b28ed9ca00da5c9562e969cc84d (patch) | |
| tree | eebd5b573c86e1ec206e5a57328c3649a05002e0 /test/behavior/floatop.zig | |
| parent | ed7e2938ff2385d658f04248f1c757b324009be4 (diff) | |
| download | zig-a06e9eca45f72b28ed9ca00da5c9562e969cc84d.tar.gz zig-a06e9eca45f72b28ed9ca00da5c9562e969cc84d.zip | |
stage2 AArch64: add more slice support
* airSlice
* airArrayToSlice
* and initial support for airSlicePtr and co
Diffstat (limited to 'test/behavior/floatop.zig')
| -rw-r--r-- | test/behavior/floatop.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/floatop.zig b/test/behavior/floatop.zig index 9f8636ad6e..11c15e7612 100644 --- a/test/behavior/floatop.zig +++ b/test/behavior/floatop.zig @@ -24,7 +24,6 @@ test "floating point comparisons" { if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_c) 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 try testFloatComparisons(); comptime try testFloatComparisons(); @@ -96,7 +95,6 @@ test "negative f128 floatToInt at compile-time" { if (builtin.zig_backend == .stage2_c) 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 const a: f128 = -2; var b = @floatToInt(i64, a); |
