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

sse3 on AMD64, i.e. -xP switch

chburger
Beginner
157 Views
I was wondering how it is possible to use the
sse3 instructions on the new incarnations of the AMD64 processors.

Will there be a new version of ifort (Linux)? Is there a current way to disable the cpuid check at runtime (a patch program for the executable
anyone)?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
157 Views
Use of -xP requires running on an Intel CPU of a model that supports SSE3. We do not provide a way to disable this check.
0 Kudos
Reply