_mm_cvtsd_si32
Microsoft Specific
Converts the lower double-precision, floating-point value of a to a 32-bit signed integer value.
int _mm_cvtsd_si32 (__m128d a);
CVTSD2SI
Return Value
r := (int) a0
Requirements
Header: emmintrin.h
END Microsoft Specific