_mm_cvtss_u32
Classification
AVX-512, Convert, CPUID Test: AVX512F
Header File
immintrin.h
Instruction
VCVTSS2USI r32, xmm
Synopsis
 _mm_cvtss_u32(__m128 a);
Description
Convert the lower single-precision (32-bit) floating-point element in "a" to an unsigned 32-bit integer, and store the result in "dst".
Operation
dst[31:0] := Convert_FP32_To_UInt32(a[31:0])