Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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