gcc-wwwdocs branch master updated. 99c34675136f5e83a64178681f45622d83c1eb3c

2025-05-02 Thread Kyrylo Tkachov via Gcc-cvs-wwwdocs
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  99c34675136f5e83a64178681f45622d83c1eb3c (commit)
  from  66d5ee21c412fef8fc3c664f2aa2fdaf241e9f72 (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 99c34675136f5e83a64178681f45622d83c1eb3c
Author: Kyrylo Tkachov 
Date:   Wed Apr 30 14:41:11 2025 +0200

[AArch64] changes.html: Fix typo

Signed-off-by: Kyrylo Tkachov 

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 3a62609a..f112af58 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -855,7 +855,7 @@ structure used in core 1.49
 -march and related source-level constructs
 (GCC identifiers in parentheses):
 
-  Armv9.5-A (arm9.5-a)
+  Armv9.5-A (armv9.5-a)
 
   
   The following CPUs are now supported by -mcpu,

---

Summary of changes:
 htdocs/gcc-15/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


gcc-wwwdocs branch master updated. 6d562a6e6b1a5c09a7d701ee201d0f3c01727b89

2025-05-02 Thread Stefan Schulze Frielinghaus via Gcc-cvs-wwwdocs
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  6d562a6e6b1a5c09a7d701ee201d0f3c01727b89 (commit)
  from  99c34675136f5e83a64178681f45622d83c1eb3c (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 6d562a6e6b1a5c09a7d701ee201d0f3c01727b89
Author: Stefan Schulze Frielinghaus 
Date:   Fri May 2 09:58:15 2025 +0200

Document S/390 changes for GCC 15

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index f112af58..d851a744 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -1295,7 +1295,28 @@ structure used in core 1.49
 
 
 
-
+S/390, System z, IBM z Systems
+
+
+  
+Support for the z17 architecture has been added. When using option
+-march=z17, the compiler will generate code making use of the
+new instructions introduced with the vector enhancement facility 3 and the
+miscellaneous instruction extension facility 4. Option
+-mtune=z17 enables z17 specific instruction scheduling without
+making use of new instructions.
+  
+
+  
+Builtins for the new vector instructions have been added and can be enabled
+as before using option -mzvector.
+  
+
+  
+Option -mlra and its counterpart -mno-lra have
+been removed.
+  
+
 
 
 

---

Summary of changes:
 htdocs/gcc-15/changes.html | 23 ++-
 1 file changed, 22 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs