Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Avx vs avx2

TimP
Honored Contributor III
721 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