Function _andn_u32

1.27.0 · Source
pub fn _andn_u32(a: u32, b: u32) -> u32
Expand description

Bitwise logical AND of inverted a with b.

Intel’s documentation