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