Module sse
x86_64 Streaming SIMD Extensions (SSE)
Functions
-
_mm_cvtsi64_ss
Converts a 64 bit integer to a 32 bit float. The result vector is the input
vector
awith the lowest 32 bit float replaced by the converted integer. - _mm_cvtss_si64 Converts the lowest 32 bit float in the input vector to a 64 bit integer.
- _mm_cvttss_si64 Converts the lowest 32 bit float in the input vector to a 64 bit integer with truncation.
- cvtss2si64
- cvttss2si64