Function core::arch::x86_64::_lzcnt_u321.27.0[][src]

pub unsafe fn _lzcnt_u32(x: u32) -> u32
This is supported on x86-64 and target feature lzcnt only.
Expand description

计算前导最高有效零位。

当操作数为零时,它将返回其大小 (以位为单位)。

Intel’s documentation