| ... | ... | @@ -749,7 +749,6 @@ test "vector reduce operation" { |
| 749 | 749 | if (builtin.zig_backend == .stage2_spirv) return error.SkipZigTest; |
| 750 | 750 | if (builtin.zig_backend == .stage2_c and builtin.cpu.arch.isArm()) return error.SkipZigTest; |
| 751 | 751 | if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; |
| 752 | | if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch.isSPARC()) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/23719 |
| 753 | 752 | |
| 754 | 753 | const S = struct { |
| 755 | 754 | fn testReduce(comptime op: std.builtin.ReduceOp, x: anytype, expected: anytype) !void { |