Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Avx vs avx2

TimP
Honored Contributor III
341 Views

Hoping to minimize use of multiple isa target options, I made some comparison of avx vs. Avx2 performance on haswell to characterize where difference may be expected.

One of the bigger advantages of avx2 is support of stride -1 vectorization.

I have a few cases where avx is faster, apparently due to splitting 256 bit loads to optimize misaligned access.

0 Kudos
0 Replies
Reply