authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-18 21:17:52+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-18 21:39:32+02:00
log91bcdbec34ae5f56293e7470fe66924d161cd5fc
tree0f5797ac462f45c33aaeda6d751b12cf66738034
parenteae06cf5cce43c32c73c659a9df376a09896b933
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

behavior: re-enable `vector reduce operation` on sparc64

closes https://github.com/ziglang/zig/issues/23719

1 files changed, 0 insertions(+), 1 deletions(-)

test/behavior/vector.zig-1
...@@ -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
753752
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 {