_mm512_kmerge2l1l
Classification
KNC, Mask, CPUID Test: KNCNI
Header File
immintrin.h
Instruction
KMERGE2L1L k, k
Synopsis
 _mm512_kmerge2l1l(__mmask16 k1, __mmask16 k2);
Description
Insert the low element of "k2" into the high element of "k1".
Operation
k1[15:8] := k2[7:0]