_mm512_kconcatlo_64
Classification
KNC, Mask, CPUID Test: KNCNI
Header File
Instruction
KCONCATL r64, k, k
Synopsis
_mm512_kconcatlo_64(__mmask16 k1, __mmask16 k2);
Description
Packs masks "k1" and "k2" into the low 32 bits of "dst". The rest of "dst" is set to 0.
Operation
dst[31:16] := k1[15:0]
dst[15:0] := k2[15:0]
dst[63:32] := 0