public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Add znver3 support to changes.html
@ 2021-04-13 12:49 Martin Jambor
  2021-04-20 17:27 ` Martin Jambor
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jambor @ 2021-04-13 12:49 UTC (permalink / raw)
  To: GCC Patches

Hi,

Martin Liška correctly observed that the newly added support for AMD
zenver3 in GCC 11 and 10.3 is not reflected in the changes.html files.

Would the following be OK?

Thanks,

Martin


diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index d5166879..d9971ffb 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -1144,6 +1144,12 @@ are not listed here).</p>
   makes the code specific to 512-bit SVE.</li>
 </ul>
 
+<h3>x86-64</h3>
+<ul>
+  <li>GCC 10.3 supports AMD CPUs based on <code>znver3</code> core
+  through <code>-march=znver3</code>.
+  </li>
+</ul>
 <!-- .................................................................. -->
 
 </body>
diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index a7fa4e1b..97a622f4 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -634,6 +634,9 @@ a work-in-progress.</p>
     The switch enables the CLDEMOTE, PTWRITE, WAITPKG, SERIALIZE, KEYLOCKER,
     AVX-VNNI, and HRESET ISA extensions.
   </li>
+  <li>GCC now supports AMD CPUs based on <code>znver3</code> core
+  through <code>-march=znver3</code>.
+  </li>
 </ul>
 
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-20 18:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-13 12:49 [wwwdocs] Add znver3 support to changes.html Martin Jambor
2021-04-20 17:27 ` Martin Jambor
2021-04-20 18:06   ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).