Module core::core_arch::x86_64::avx2

source ·
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on x86-64 only.
Expand description

Advanced Vector Extensions 2 (AVX)

AVX2 expands most AVX commands to 256-bit wide vector registers and adds FMA.

The references are:

Wikipedia’s AVX and FMA pages provide a quick overview of the instructions available.

Functions