mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
parent
ea05223b63
commit
5e42378227
1 changed files with 4 additions and 0 deletions
|
|
@ -808,6 +808,10 @@ extern fn c_ret_big_vec() BigVec;
|
||||||
|
|
||||||
test "big simd vector" {
|
test "big simd vector" {
|
||||||
if (comptime builtin.cpu.arch.isPPC64()) return error.SkipZigTest;
|
if (comptime builtin.cpu.arch.isPPC64()) return error.SkipZigTest;
|
||||||
|
if (true) {
|
||||||
|
// https://github.com/ziglang/zig/issues/13629
|
||||||
|
return error.SkipZigTest;
|
||||||
|
}
|
||||||
|
|
||||||
c_big_vec(.{ 1, 2, 3, 4, 5, 6, 7, 8 });
|
c_big_vec(.{ 1, 2, 3, 4, 5, 6, 7, 8 });
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue