Function safe_arch::bitandnot_u64

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

Bitwise (!a) & b for u64

  • Intrinsic: _andn_u64
  • Assembly: andn r64, r64, r64