| author | |
| committer | |
| log | 34863224c388570892d3a0f110138de56a74d04c |
| tree | 9f9a5cb2b1a6d0ee1c96c753c1de14ca72df5f81 |
| parent | 1e278131e39e214684566db2d4fc3c1e16c71475 |
1 files changed, 0 insertions(+), 6 deletions(-)
test/behavior/muladd.zig-6| ... | ... | @@ -71,12 +71,6 @@ test "@mulAdd f128" { |
| 71 | 71 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO |
| 72 | 72 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO |
| 73 | 73 | |
| 74 | if (builtin.zig_backend == .stage1 and | |
| 75 | builtin.cpu.arch == .i386 and builtin.os.tag == .linux) | |
| 76 | { | |
| 77 | return error.SkipZigTest; | |
| 78 | } | |
| 79 | ||
| 80 | 74 | comptime try testMulAdd128(); |
| 81 | 75 | try testMulAdd128(); |
| 82 | 76 | } |