_mm_cvttsd_si64
Microsoft Specific
Emits the Streaming SIMD Extensions 2 (SSE2) instruction cvttsd2si. This instruction extracts a 64-bit floating point value and converts it to a signed 64-bit integer using truncation.
__int64 _mm_cvttsd_si64( __m128d a );