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