_mm512_cvtsh_h
Classification
AVX-512, Convert, CPUID Test: AVX512_FP16
Header File
immintrin.h
Synopsis
 _mm512_cvtsh_h(__m512h a);
Description
Copy the lower half-precision (16-bit) floating-point element of "a" to "dst".
Operation
dst[15:0] := a.fp16[0]