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§
- _mm256_
extract_ epi64 avx - Extracts a 64-bit integer from
a, selected withINDEX. - _mm256_
insert_ epi64 avx - Copies
ato result, and insert the 64-bit integeriinto result at the location specified byindex.