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

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

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

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