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?