_mm512_cvt_roundepi16_ph
Classification
AVX-512, Convert, CPUID Test: AVX512_FP16
Header File
immintrin.h
Instruction
VCVTW2PH zmm, zmm {er}
Synopsis
 _mm512_cvt_roundepi16_ph(__m512i a, int rounding);
Description
Convert packed signed 16-bit integers in "a" to packed half-precision (16-bit) floating-point elements, and store the results in "dst". [round_note]
Operation
FOR j := 0 TO 31
	dst.fp16[j] := Convert_Int16_To_FP16(a.word[j])
ENDFOR
dst[MAX:512] := 0