| ... | @@ -749,7 +749,6 @@ test "vector reduce operation" { | ... | @@ -749,7 +749,6 @@ test "vector reduce operation" { |
| 749 | if (builtin.zig_backend == .stage2_spirv) return error.SkipZigTest; | 749 | if (builtin.zig_backend == .stage2_spirv) return error.SkipZigTest; |
| 750 | if (builtin.zig_backend == .stage2_c and builtin.cpu.arch.isArm()) return error.SkipZigTest; | 750 | if (builtin.zig_backend == .stage2_c and builtin.cpu.arch.isArm()) return error.SkipZigTest; |
| 751 | if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; | 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 | const S = struct { | 753 | const S = struct { |
| 755 | fn testReduce(comptime op: std.builtin.ReduceOp, x: anytype, expected: anytype) !void { | 754 | fn testReduce(comptime op: std.builtin.ReduceOp, x: anytype, expected: anytype) !void { |