Function _kxor_mask8

1.89.0 · Source
pub fn _kxor_mask8(a: u8, b: u8) -> u8
Expand description

Bitwise XOR of 8-bit masks a and b, and store the result in dst.

Intel’s Documentation