| ... | ... | @@ -1211,10 +1211,6 @@ test "positional/alignment/width/precision" { |
| 1211 | 1211 | |
| 1212 | 1212 | test "vector" { |
| 1213 | 1213 | if ((builtin.cpu.arch == .armeb or builtin.cpu.arch == .thumbeb) and builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/22060 |
| 1214 | | if (builtin.target.cpu.arch == .riscv64) { |
| 1215 | | // https://github.com/ziglang/zig/issues/4486 |
| 1216 | | return error.SkipZigTest; |
| 1217 | | } |
| 1218 | 1214 | |
| 1219 | 1215 | const vbool: @Vector(4, bool) = [_]bool{ true, false, true, false }; |
| 1220 | 1216 | const vi64: @Vector(4, i64) = [_]i64{ -2, -1, 0, 1 }; |