https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119596
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #12 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to ak from comment #11) > #define m_CORE_AVX512 (m_SKYLAKE_AVX512 | m_CANNONLAKE \ > | m_ICELAKE_CLIENT | m_ICELAKE_SERVER | m_CASCADELAKE > \ > | m_TIGERLAKE | m_COOPERLAKE | m_SAPPHIRERAPIDS \ > | m_ROCKETLAKE | m_GRANITERAPIDS | m_GRANITERAPIDS_D \ > | m_DIAMONDRAPIDS) > > so if you use -mtune=sapphirerapids it should work. > > Based on that I think this is invalid. Yes and they are asking about -mtune=generic which is why it is a dup of bug 102294 which is also asking about the generic tuning to change. *** This bug has been marked as a duplicate of bug 102294 ***