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