mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
test: Disable store vector with memset on powerpc64.
This will be re-enabled with LLVM 19.
This commit is contained in:
parent
2a6eecff3e
commit
40ee682517
@ -1450,6 +1450,7 @@ test "store vector with memset" {
|
||||
.mips64el,
|
||||
.riscv64,
|
||||
.powerpc,
|
||||
.powerpc64,
|
||||
=> {
|
||||
// LLVM 16 ERROR: "Converting bits to bytes lost precision"
|
||||
// https://github.com/ziglang/zig/issues/16177
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user