mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
parent
58d4d083ea
commit
090eb347a4
@ -808,6 +808,10 @@ extern fn c_ret_big_vec() BigVec;
|
||||
|
||||
test "big simd vector" {
|
||||
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 });
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user