pub unsafe fn _rbit_u64(x: u64) -> u64
🔬 This is a nightly-only experimental API. (stdsimd #48556)
Available on AArch64 only.
Expand description

Reverse the bit order.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.