packed_simd icon indicating copy to clipboard operation
packed_simd copied to clipboard

LLVM cttz.v8i8 intrinsic broken on AArch64

Open TheIronBorn opened this issue 7 years ago • 3 comments

[ui]8x8::trailing_zeros will need a workaround until fixed.

Reported to LLVM: https://bugs.llvm.org/show_bug.cgi?id=39729

TheIronBorn avatar Nov 20 '18 20:11 TheIronBorn

Fixed upstream, https://github.com/llvm/llvm-project/commit/a3be17ea1cf0414ffd9744491ba22a6dd6157369 in monorepo.

nikic avatar Feb 12 '19 21:02 nikic

Just for my curiosity, why this and https://github.com/rust-lang/packed_simd/issues/193 are not closed?

moshg avatar Nov 12 '19 11:11 moshg

Nobody has verified that the fix actually fixed the issue yet.

gnzlbg avatar Nov 13 '19 08:11 gnzlbg