🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on x86-64 only.
Expand description
i686
’s Streaming SIMD Extensions 4.1 (SSE4.1)
Functions
- _mm_extract_epi64⚠
sse4.1
Extracts an 64-bit integer froma
selected withIMM1
- _mm_insert_epi64⚠
sse4.1
Returns a copy ofa
with the 64-bit integer fromi
inserted at a location specified byIMM1
.