| author | |
| committer | |
| log | 96fe4fb969d142c8de4804e210a3b1141a75982c |
| tree | 849509953ed18a46e19934029828992d23f356d7 |
| parent | b9456d64d766ebff968cdd005c6fc6dd070f1b29 |
| signature |
This reverts commit 19a91084c2a29175bad47d41cd11935904ede0b9.
Closes #21051.1 files changed, 0 insertions(+), 3 deletions(-)
test/behavior/vector.zig-3| ... | ... | @@ -137,9 +137,6 @@ test "vector float operators" { |
| 137 | 137 | try S.doTheTest(f16); |
| 138 | 138 | try comptime S.doTheTest(f16); |
| 139 | 139 | |
| 140 | // https://github.com/llvm/llvm-project/issues/102870 | |
| 141 | if (builtin.cpu.arch.isMIPS()) return error.SkipZigTest; | |
| 142 | ||
| 143 | 140 | try S.doTheTest(f80); |
| 144 | 141 | try comptime S.doTheTest(f80); |
| 145 | 142 |