Function compiler_builtins::int::leading_zeros::__clzsi2
source · pub extern "C" fn __clzsi2(x: usize) -> usize
Expand description
Returns the number of leading binary zeros in x
.
pub extern "C" fn __clzsi2(x: usize) -> usize
Returns the number of leading binary zeros in x
.