_mm_set1_pch
Classification
AVX-512, Set, CPUID Test: AVX512_FP16
Header File
immintrin.h
Synopsis
 _mm_set1_pch(_Float16 _Complex a);
Description
Broadcast half-precision (16-bit) complex floating-point value "a" to all elements of "dst".
Operation
FOR i := 0 to 3
	dst.fp16[2*i+0] := a[15:0]
	dst.fp16[2*i+1] := a[31:16]
ENDFOR
dst[MAX:128] := 0