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