| author | |
| committer | |
| log | 19a91084c2a29175bad47d41cd11935904ede0b9 |
| tree | 582ebd0fec45faf2f3487aebe2828423c91dac57 |
| parent | abf6f35654533664ccd06d062a54864063032f96 |
| signature |
https://github.com/ziglang/zig/issues/210511 files changed, 3 insertions(+), 0 deletions(-)
test/behavior/vector.zig+3| ... | ... | @@ -133,6 +133,9 @@ test "vector float operators" { |
| 133 | 133 | try S.doTheTest(f16); |
| 134 | 134 | try comptime S.doTheTest(f16); |
| 135 | 135 | |
| 136 | // https://github.com/llvm/llvm-project/issues/102870 | |
| 137 | if (builtin.cpu.arch.isMIPS()) return error.SkipZigTest; | |
| 138 | ||
| 136 | 139 | try S.doTheTest(f80); |
| 137 | 140 | try comptime S.doTheTest(f80); |
| 138 | 141 |