Revert "test: Partially disable vector float operators on mips."
This reverts commit 19a91084c2.
Closes #21051.
This commit is contained in:
@@ -137,9 +137,6 @@ test "vector float operators" {
|
||||
try S.doTheTest(f16);
|
||||
try comptime S.doTheTest(f16);
|
||||
|
||||
// https://github.com/llvm/llvm-project/issues/102870
|
||||
if (builtin.cpu.arch.isMIPS()) return error.SkipZigTest;
|
||||
|
||||
try S.doTheTest(f80);
|
||||
try comptime S.doTheTest(f80);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user