_mm_cvtss_si32

Microsoft Specific

Converts the lower single-precision, floating-point value of a to a 32-bit integer according to the current rounding mode.

int _mm_cvtss_si32(__m128 a );
CVTSS2SI

Return Value

r := (int)a0

Requirements

Header: mmintrin.h

END Microsoft Specific

See Also

Reference

Conversion Operations (SSE)