Module core::core_arch::x86_64::sse

source ·
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on x86-64 only.
Expand description

x86_64 Streaming SIMD Extensions (SSE)

Functions

  • cvtsi642ss 🔒 Experimental
  • cvtss2si64 🔒 Experimental
  • cvttss2si64 🔒 Experimental
  • 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.
  • Converts the lowest 32 bit float in the input vector to a 64 bit integer.
  • Converts the lowest 32 bit float in the input vector to a 64 bit integer with truncation.