_mm512_set1_epi64
Classification
Header File
Instruction
VPBROADCASTQ zmm, r64
Synopsis
_mm512_set1_epi64(__int64 a);
Description
Broadcast 64-bit integer "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