_mm512_kunpackw
Classification
AVX-512, Miscellaneous, CPUID Test: AVX512BW
Header File
immintrin.h
Instruction
KUNPCKWD k, k, k
Synopsis
 _mm512_kunpackw(__mmask32 a, __mmask32 b);
Description
Unpack and interleave 16 bits from masks "a" and "b", and store the 32-bit result in "dst".
Operation
dst[15:0] := b[15:0]
dst[31:16] := a[15:0]
dst[MAX:32] := 0