Closed
Description
LLVM is not capable of lowering reverse bit algorithms into the appropriate assembly instructions on armv8. Clang ended up adding an intrinsic for this: __builtin_bitreverse
. Rustc should probably do the same thing. This intrinsic maps to llvm.bitreverse.iX
.
Metadata
Metadata
Assignees
Labels
No labels