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