mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
test: Partially disable vector float operators on mips.
https://github.com/ziglang/zig/issues/21051
This commit is contained in:
parent
abf6f35654
commit
19a91084c2
@ -133,6 +133,9 @@ 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