_mm256_cvtepu32_ph
Classification
AVX-512, Convert, CPUID Test: AVX512_FP16
Header File
Instruction
VCVTUDQ2PH xmm, ymm
Synopsis
_mm256_cvtepu32_ph(__m256i a);
Description
Convert packed unsigned 32-bit integers in "a" to packed half-precision (16-bit) floating-point elements, and store the results in "dst".
Operation
FOR j := 0 TO 7
dst.fp16[j] := Convert_Int32_To_FP16(a.dword[j])
ENDFOR
dst[MAX:128] := 0