_mm512_broadcastq_epi64
Classification
AVX-512, Swizzle, CPUID Test: AVX512F
Header File
Instruction
VPBROADCASTQ zmm, xmm
Synopsis
_mm512_broadcastq_epi64(__m128i a);
Description
Broadcast the low packed 64-bit integer from "a" to all elements of "dst".
Operation
FOR j := 0 to 7
i := j*64
dst[i+63:i] := a[63:0]
ENDFOR
dst[MAX:512] := 0