pub fn _mm512_kunpackb(a: __mmask16, b: __mmask16) -> __mmask16
avx512f
Unpack and interleave 8 bits from masks a and b, and store the 16-bit result in k.
Intel’s documentation