Module sse

Source
Available on x86-64 only.
Expand description

x86_64 Streaming SIMD Extensions (SSE)

Functionsยง

_mm_cvtsi64_ssโš sse
Converts a 64 bit integer to a 32 bit float. The result vector is the input vector a with the lowest 32 bit float replaced by the converted integer.
_mm_cvtss_si64โš sse
Converts the lowest 32 bit float in the input vector to a 64 bit integer.
_mm_cvttss_si64โš sse
Converts the lowest 32 bit float in the input vector to a 64 bit integer with truncation.
cvtsi642ss ๐Ÿ”’ โš 
cvtss2si64 ๐Ÿ”’ โš 
cvttss2si64 ๐Ÿ”’ โš