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 ๐ โ