Function core::arch::x86::_tzmsk_u641.27.0[][src]

pub unsafe fn _tzmsk_u64(x: u64) -> u64
This is supported on x86 and target feature tbm only.
Expand description

将所有位设置为低于 x 的最低有效位,并清除所有其他位。

如果 x 的最低有效位为 1,则返回零。