_mm256_broadcastmw_epi32
Classification
AVX-512, Miscellaneous, CPUID Test: AVX512CD
Header File
immintrin.h
Instruction
VPBROADCASTMW2D ymm
Synopsis
 _mm256_broadcastmw_epi32(__mmask16 k);
Description
Broadcast the low 16-bits from input mask "k" to all 32-bit elements of "dst".
Operation
FOR j := 0 to 7
	i := j*32
	dst[i+31:i] := ZeroExtend32(k[15:0])
ENDFOR
dst[MAX:256] := 0