| author | |
| committer | |
| log | 090eb347a481d6bac42828ef9d121c6f49069c23 |
| tree | ab9cfdf81b9e1f2e645b4f5f2b95304a5575a098 |
| parent | 58d4d083eaf85a9b5ae9ab732e35698e645629c1 |
see tracking issue #136291 files changed, 4 insertions(+), 0 deletions(-)
test/c_abi/main.zig+4| ... | ... | @@ -808,6 +808,10 @@ extern fn c_ret_big_vec() BigVec; |
| 808 | 808 | |
| 809 | 809 | test "big simd vector" { |
| 810 | 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 | 816 | c_big_vec(.{ 1, 2, 3, 4, 5, 6, 7, 8 }); |
| 813 | 817 |