Skip to content

Commit 83ec9fa

Browse files
committed
Revert "test: Partially disable vector float operators on mips."
This reverts commit 19a9108. Closes #21051.
1 parent 48767fd commit 83ec9fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/behavior/vector.zig

-3
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ test "vector float operators" {
137137
try S.doTheTest(f16);
138138
try comptime S.doTheTest(f16);
139139

140-
// https://github.com/llvm/llvm-project/issues/102870
141-
if (builtin.cpu.arch.isMIPS()) return error.SkipZigTest;
142-
143140
try S.doTheTest(f80);
144141
try comptime S.doTheTest(f80);
145142

0 commit comments

Comments
 (0)