Function bitandnot_u64

pub fn bitandnot_u64(a: u64, b: u64) -> u64
Available on crate feature dep_safe_arch only.
Expand description

Bitwise (!a) & b for u64

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