_mm512_set4_pd
Classification
AVX-512, Set, CPUID Test: AVX512F
Header File
immintrin.h
Synopsis
 _mm512_set4_pd(double d, double c, double b, double a);
Description
Set packed double-precision (64-bit) floating-point elements in "dst" with the repeated 4 element sequence.
Operation
dst[63:0] := a
dst[127:64] := b
dst[191:128] := c
dst[255:192] := d
dst[319:256] := a
dst[383:320] := b
dst[447:384] := c
dst[511:448] := d
dst[MAX:512] := 0