🔬This is a nightly-only experimental API. (
stdsimd
#48556)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 vectora
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.