_mm_cvt_roundsh_i32
Classification
AVX-512, Convert, CPUID Test: AVX512_FP16
Header File
immintrin.h
Instruction
VCVTSH2SI r32, xmm {er}
Synopsis
 _mm_cvt_roundsh_i32(__m128h a, int rounding);
Description
Convert the lower half-precision (16-bit) floating-point element in "a" to a 32-bit integer, and store the result in "dst". [round_note]
Operation
dst.dword := Convert_FP16_To_Int32(a.fp16[0])