Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Problem running compiled console application on AMD Ryzen processor

vaneev__aleksey
Beginner
1,693 Views

I'm compiling my console application with /O3 /Qunroll /Qunroll-aggressive /QxSSE3 /QaxCORE-AVX2 switches.

While application works on Intel i7-7700k processors on Windows 10, the application does not start on Ryzen processor with "missing processor features" error. Ryzen processors do support SSE3 and AVX2.

How can this issue be fixed?

0 Kudos
3 Replies
vaneev__aleksey
Beginner
1,693 Views

The note https://software.intel.com/en-us/articles/optimization-notice#opt-en tells "does not optimize to the same degree". But the problem is that application does not run at all on Ryzen processor.

0 Kudos
Varsha_M_Intel
Employee
1,693 Views

Hi,

Could you please provide a test case for this scenario?

-Varsha

 

0 Kudos
vaneev__aleksey
Beginner
1,693 Views
0 Kudos
Reply