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