🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on x86-64 only.
Expand description
Advanced Vector Extensions (AVX)
The references are:
- Intel 64 and IA-32 Architectures Software Developer’s Manual Volume 2: Instruction Set Reference, A-Z. - AMD64 Architecture Programmer’s Manual, Volume 3: General-Purpose and System Instructions.
Wikipedia provides a quick overview of the instructions available.
Functions
- Copies
a
to result, and insert the 64-bit integeri
into result at the location specified byindex
.