Function core::arch::x86_64::_t1mskc_u32 1.27.0[−][src]
pub unsafe fn _t1mskc_u32(x: u32) -> u32
This is supported on x86-64 and target feature
tbm
only.Expand description
清除 x
的最低有效零以下的所有位,并设置所有其他位。
如果 x
的最低有效位是 0
,它将设置所有位。