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 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