pub unsafe fn _andn_u64(a: u64, b: u64) -> u64
bmi1
Bitwise logical AND of inverted a with b.
AND
a
b
Intel’s documentation