| ... | ... | @@ -773,6 +773,7 @@ test "vector reduce operation" { |
| 773 | 773 | if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; |
| 774 | 774 | if (builtin.zig_backend == .stage2_c and comptime builtin.cpu.arch.isArmOrThumb()) return error.SkipZigTest; |
| 775 | 775 | if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; |
| 776 | if (builtin.cpu.arch.isMIPS64()) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/21091 |
| 776 | 777 | |
| 777 | 778 | const S = struct { |
| 778 | 779 | fn testReduce(comptime op: std.builtin.ReduceOp, x: anytype, expected: anytype) !void { |