Function core::arch::x86::_andn_u32 1.27.0[−][src]
pub unsafe fn _andn_u32(a: u32, b: u32) -> u32
This is supported on x86 and target feature
bmi1
only.Expand description
a
和 b
的按位逻辑 AND
。
pub unsafe fn _andn_u32(a: u32, b: u32) -> u32
bmi1
only.a
和 b
的按位逻辑 AND
。