| author | |
| committer | |
| log | 40ee6825170ed52ebd707262d1a88f237de54d6f |
| tree | fabb5775da9fcd08c64189ecfb2e615643251ef5 |
| parent | 2a6eecff3e218015bb425737dabc27760f29fb2d |
| signature |
This will be re-enabled with LLVM 19.1 files changed, 1 insertions(+), 0 deletions(-)
test/behavior/vector.zig+1| ... | ... | @@ -1450,6 +1450,7 @@ test "store vector with memset" { |
| 1450 | 1450 | .mips64el, |
| 1451 | 1451 | .riscv64, |
| 1452 | 1452 | .powerpc, |
| 1453 | .powerpc64, | |
| 1453 | 1454 | => { |
| 1454 | 1455 | // LLVM 16 ERROR: "Converting bits to bytes lost precision" |
| 1455 | 1456 | // https://github.com/ziglang/zig/issues/16177 |