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