| ... | @@ -808,6 +808,10 @@ extern fn c_ret_big_vec() BigVec; | ... | @@ -808,6 +808,10 @@ extern fn c_ret_big_vec() BigVec; |
| 808 | | 808 | |
| 809 | test "big simd vector" { | 809 | test "big simd vector" { |
| 810 | if (comptime builtin.cpu.arch.isPPC64()) return error.SkipZigTest; | 810 | if (comptime builtin.cpu.arch.isPPC64()) return error.SkipZigTest; |
| | 811 | if (true) { |
| | 812 | // https://github.com/ziglang/zig/issues/13629 |
| | 813 | return error.SkipZigTest; |
| | 814 | } |
| 811 | | 815 | |
| 812 | c_big_vec(.{ 1, 2, 3, 4, 5, 6, 7, 8 }); | 816 | c_big_vec(.{ 1, 2, 3, 4, 5, 6, 7, 8 }); |
| 813 | | 817 | |