| ... | ... | @@ -768,6 +768,7 @@ test "vector reduce operation" { |
| 768 | 768 | if (builtin.zig_backend == .stage2_c and builtin.cpu.arch.isArm()) return error.SkipZigTest; |
| 769 | 769 | if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; |
| 770 | 770 | if (builtin.cpu.arch.isMIPS64()) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/21091 |
| 771 | if (builtin.cpu.arch.isSPARC()) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/23719 |
| 771 | 772 | |
| 772 | 773 | const S = struct { |
| 773 | 774 | fn testReduce(comptime op: std.builtin.ReduceOp, x: anytype, expected: anytype) !void { |