🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on x86 or x86-64 only.
Expand description
i686
’s Streaming SIMD Extensions 4a (SSE4a
)
Functions
- _mm_extract_si64⚠
sse4a
Extracts the bit range specified byy
from the lower 64 bits ofx
. - _mm_insert_si64⚠
sse4a
Inserts the[length:0]
bits ofy
intox
atindex
. - _mm_stream_sd⚠
sse4a
Non-temporal store ofa.0
intop
. - _mm_stream_ss⚠
sse4a
Non-temporal store ofa.0
intop
.