mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Revert "test: Partially disable vector float operators on mips."
This reverts commit 19a91084c2a29175bad47d41cd11935904ede0b9. Closes #21051.
This commit is contained in:
parent
b9456d64d7
commit
96fe4fb969
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user