Function safe_arch::bitandnot_u32

source ·
pub fn bitandnot_u32(a: u32, b: u32) -> u32
Available with target feature bmi1 only.
Expand description

Bitwise (!a) & b for u32

  • Intrinsic: _andn_u32
  • Assembly: andn r32, r32, r32