_mm_cvtss_si64
Microsoft Specific
Emits the Streaming SIMD Extensions (SSE) instruction cvtss2si. This instruction extracts a 32-bit floating point value and converts it to a signed 64-bit integer using the rounding mode currently in effect.
__int64 _mm_cvtss_si64( __m128 a );