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 value.
int _mm_cvtsd_si32 (__m128d a);
CVTSD2SI
Return Value
r := (int) a0
Requirements
Header: emmintrin.h
END Microsoft Specific