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 from
a
selected withIMM1
- _mm_
insert_ ⚠epi64 sse4.1
- Returns a copy of
a
with the 64-bit integer fromi
inserted at a location specified byIMM1
.