pub fn _kortestc_mask8_u8(a: u8, b: u8) -> u8
Compute the bitwise OR of 8-bit masks a and b. If the result is all ones, store 1 in dst, otherwise store 0 in dst.
Intel’s Documentation