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

Count Leading Zeros.

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