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  c6a3d305d0a3e75eec791a7f3eef8cfe202e5a2b (commit)
      from  caacc3b1a8b23e1dff399cb056e8a66f6c538bed (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 c6a3d305d0a3e75eec791a7f3eef8cfe202e5a2b
Author: Gerald Pfeifer <ger...@pfeifer.com>
Date:   Sat Aug 30 15:02:12 2025 +0200

    gcc-14: Editorial changes in the RISC-V section
    
    Among others remove a duplicate entry, fix grammar, and avoid a
    bizzare redirect for intel.com.

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index f35432a6..87db6d25 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -1208,9 +1208,9 @@ __asm (".global __flmap_lock"  "\n\t"
   <li>The SLP and loop vectorizer are now enabled for RISC-V when the vector
       extension is enabled, thanks to Ju-Zhe Zhong from
       <a href='https://rivai-ic.com.cn/'>RiVAI</a>,
-      Pan Li from <a href='https://www.intel.com/'>Intel</a>, and Robin Dapp
+      Pan Li from Intel, and Robin Dapp
       from <a href='https://www.ventanamicro.com/'>Ventana Micro</a> for
-      contributing most of the implementation!</li>
+      contributing most of the implementation.</li>
   <li>The <code>-mrvv-max-lmul=</code> option has been introduced for
       performance tuning of the loop vectorizer. The default value is
       <code>-mrvv-max-lmul=m1</code>, which limits the maximum LMUL to 1.
@@ -1236,12 +1236,12 @@ __asm (".global __flmap_lock"  "\n\t"
       Lehua Ding from <a href='https://rivai-ic.com.cn/'>RiVAI</a>.</li>
   <li>Supports the <code>target</code> attribute, which allows users to compile
       a function with specific extensions.</li>
-  <li><code>-march=</code> option no longer requires the architecture string
+  <li>The <code>-march=</code> option no longer requires the architecture 
string
       to be in canonical order, with only a few constraints remaining: the
       architecture string must start with <code>rv[32|64][i|g|e]</code>, and
       must use an underscore as the separator after a multi-letter extension.
   </li>
-  <li><code>-march=help</code> option has been introduced to dump all
+  <li><code>-march=help</code> has been introduced to list all
       supported extensions.</li>
   <li>Added experimental support for the <code>-mrvv-vector-bits=zvl</code>
       option and the <code>riscv_rvv_vector_bits</code> attribute, which
@@ -1249,15 +1249,12 @@ __asm (".global __flmap_lock"  "\n\t"
       optimized for specific vector core implementations; however, the code
       generated with this option is NOT portable between the core with
       different VLEN,
-      thanks to Pan Li from <a href="https://www.intel.com/";>Intel</a>.
+      thanks to Pan Li from Intel.
   </li>
-  <li>Support for TLS descriptors has been introduced, which can be enabled by
+  <li>Support for TLS descriptors has been introduced. It can be enabled by
       the <code>-mtls-dialect=desc</code> option. The default behavior can be
-      configured with <code>--with-tls=[trad|desc]</code>.</li>
-  <li>Support for the TLS descriptors, this can be enabled by
-      <code>-mtls-dialect=desc</code> and the default behavior can be configure
-      by <code>--with-tls=[trad|desc]</code>, and this feature require glibc 
2.40,
-      thanks to Tatsuyuki Ishi from
+      configured with <code>--with-tls=[trad|desc]</code>.
+      This feature requires glibc 2.40. Thanks to Tatsuyuki Ishi from
       <a href="https://bluewhale.systems/";>Blue Whale Systems</a>.
   </li>
   <li>Support for the following standard extensions has been added:

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

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


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to