| ... | @@ -1450,6 +1450,7 @@ test "store vector with memset" { | ... | @@ -1450,6 +1450,7 @@ test "store vector with memset" { |
| 1450 | .mips64el, | 1450 | .mips64el, |
| 1451 | .riscv64, | 1451 | .riscv64, |
| 1452 | .powerpc, | 1452 | .powerpc, |
| | 1453 | .powerpc64, |
| 1453 | => { | 1454 | => { |
| 1454 | // LLVM 16 ERROR: "Converting bits to bytes lost precision" | 1455 | // LLVM 16 ERROR: "Converting bits to bytes lost precision" |
| 1455 | // https://github.com/ziglang/zig/issues/16177 | 1456 | // https://github.com/ziglang/zig/issues/16177 |