Hello, based on input from AMD, I'd like to commit the following to the wwwdocs repo to point out new support for Zen 5 based AMD CPUs in GCC 14?
Is it OK? Any suggestions, comments or questions? Thanks, Martin diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 8dfbf7dc..d250340b 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -954,6 +954,11 @@ __asm (".global __flmap_lock" "\n\t" <code>-fsanitize=hwaddress</code> will enable <code>-mlam=u57</code> by default. </li> + <li> GCC now supports AMD CPUs based on the znver5 core via + <code>-march=znver5</code>. Based on ISA extensions enabled on + a znver4 core, the switch further enables the AVXVNNI, MOVDIRI, + MOVDIR64B, AVX512VP2INTERSECT, and PREFETCHI ISA extensions. + </li> </ul> <h3 id="mcore">MCore</h3>