AVX2 is yet another extension to the venerable x86 line of processors, doubling the width of its SIMD vector registers to 256 bits, and adding dozens of new instructions . AVX2 shipped with Intel's latest processor micro-architecture, codenamed " Haswell ". (Its official name is "4th generation Intel® Core™ processor family"). As well as AVX2, Haswell supports other features to help make your code run faster: FMA (Fused Multiply Add) and BMI (Bit Manipulation Instructions), in particular...(read more)
↧