_mm_cvtsh_u32
Classification
AVX-512, Convert, CPUID Test: AVX512_FP16
Header File
Instruction
VCVTSH2USI r32, xmm
Synopsis
_mm_cvtsh_u32(__m128h a);
Description
Convert the lower half-precision (16-bit) floating-point element in "a" to an unsigned 32-bit integer, and store the result in "dst".
Operation
dst.dword := Convert_FP16_To_UInt32(a.fp16[0])