Function core::arch::riscv32::clz8

source ·
pub fn clz8(a: usize) -> usize
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on RISC-V RV32 only.
Expand description

Count the number of leading zero bits of the packed 8-bit elements

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