Revert "test: Partially disable vector float operators on mips."

This reverts commit 19a91084c2a29175bad47d41cd11935904ede0b9.

Closes #21051.
This commit is contained in:
Alex Rønne Petersen 2025-03-10 07:45:54 +01:00
parent b9456d64d7
commit 96fe4fb969
No known key found for this signature in database

View File

@ -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);