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

Minimum ifort version for E5-2670 processor?

kjkjkj
Beginner
561 Views
Hi,
I'm wondering if recent processors require recent ifort versions? I'm currently using some code compiled on Xeon E5-2670 using ifort 11.1.075 and the performance is bad in some cases.
Now it may have nothing to do with the compiler - I thought it was worth asking though :).
Any takers?
thanks very much,
Kevin
0 Kudos
1 Reply
Steven_L_Intel1
Employee
561 Views
"Require"? No. But you may not be taking best advantage of the CPU. With 11.1, try -xSSE4.2 . If you had the current compiler, you could use -xAVX for better code.
0 Kudos
Reply