_mm512_cvtt_roundph_epi16
Classification
AVX-512, Convert, CPUID Test: AVX512_FP16
Header File
immintrin.h
Instruction
VCVTTPH2W zmm, zmm {sae}
Synopsis
 _mm512_cvtt_roundph_epi16(__m512h a, int sae);
Description
Convert packed half-precision (16-bit) floating-point elements in "a" to packed 16-bit integers with truncation, and store the results in "dst". [sae_note]
Operation
FOR j := 0 TO 31
	dst.word[j] := Convert_FP16_To_Int16_Truncate(a.fp16[j])
ENDFOR
dst[MAX:512] := 0