This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  83ae4dd7ec69490a2b86ef7e1218628889ad57c0 (commit)
      from  27fae92569758f697e74915470a00c6fd190bcfc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 83ae4dd7ec69490a2b86ef7e1218628889ad57c0
Author: Richard Biener <[email protected]>
Date:   Tue Apr 28 08:31:49 2026 +0200

    Add Zen6 and Zen specific changes to release notes
    
            * gcc-16/changes.html: Add AMD Zen specific items.

diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index 014c7174..5ee510b7 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -522,6 +522,17 @@ struct Affected : E
 <h3 id="x86">IA-32/x86-64</h3>
 
 <ul>
+   <li>GCC now supports AMD CPUs based on the Zen6 core via
+    <code>-march=znver6</code>.  This switch enables the
+    AVX512_BMM, AVX_NE_CONVERT, AVX_IFMA, AVX_VNNI_INT8 and
+    AVX512_FP16 ISA extensions on top of ISA extensions enabled
+    for Zen5.
+   </li>
+  <li>Auto-vectorization will now try to use a masked vector epilog when
+    AVX512 support is enabled and tuning for <code>znver4</code>,
+    <code>znver5</code> or <code>znver6</code>, saving code size
+    and improving performance.
+  </li>
   <li>GCC now supports the Intel CPU named Wildcat Lake through
     <code>-march=wildcatlake</code>.
     Wildcat Lake is based on Panther Lake.

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-16/changes.html | 11 +++++++++++
 1 file changed, 11 insertions(+)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to