_mm_set_sh
Classification
AVX-512, Set, CPUID Test: AVX512_FP16
Header File
Synopsis
_mm_set_sh(_Float16 a);
Description
Copy half-precision (16-bit) floating-point element "a" to the lower element of "dst", and zero the upper 7 elements.
Operation
dst.fp16[0] := a[15:0]
dst[127:16] := 0