test: Disable store vector with memset on powerpc64.

This will be re-enabled with LLVM 19.
This commit is contained in:
Alex Rønne Petersen 2024-09-05 01:14:38 +02:00
parent 2a6eecff3e
commit 40ee682517
No known key found for this signature in database

View File

@ -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