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 38e4a6c189a59406ea8e6706441c246af1e8cdf8 (commit)
from ff126927c28076ee46043e85cdb20b1e0f17d10a (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 38e4a6c189a59406ea8e6706441c246af1e8cdf8
Author: Gerald Pfeifer <[email protected]>
Date: Tue Jun 16 09:25:22 2026 +0200
gcc-10: Update Arm ACLE references
The specific links now got a 301 Moved Permanently. Follow that for the
first instance with a general reference and drop the two specific ones.
diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 7b105bff..1e245302 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -843,8 +843,8 @@ typedef svbool_t pred512
__attribute__((arm_sve_vector_bits(512)));
for example: <code>-mcpu=cortex-a77</code> or
<code>-mtune=cortex-m35p</code>.
</li>
- <li>Support has been extended for the ACLE
- <a
href="https://developer.arm.com/documentation/101028/0009/Data-processing-intrinsics">
+ <li>Support has been extended for the
+ <a href="https://github.com/ARM-software/acle/releases">ACLE</a>
data-processing intrinsics</a> to include 32-bit SIMD, saturating arithmetic,
16-bit multiplication and other related intrinsics aimed at DSP algorithm
optimization.
@@ -866,9 +866,8 @@ typedef svbool_t pred512
__attribute__((arm_sve_vector_bits(512)));
enabled by including the arm_mve.h header file and passing the
<code>+mve</code> or <code>+mve.fp</code> option extensions (for
example: <code>-march=armv8.1-m.main+mve</code>).</li>
- <li>Support for the Custom Datapath Extension beta ACLE
- <a
href="https://developer.arm.com/documentation/101028/0010/Custom-Datapath-Extension">
- intrinsics</a> has been added.</li>
+ <li>Support for the Custom Datapath Extension beta ACLE intrinsics
+ has been added.</li>
<li>Support for Armv8.1-M Mainline Security Extensions architecture has been
added. The <code>-mcmse</code> option,
when used in combination with an Armv8.1-M Mainline architecture (for
example: <code>-march=armv8.1-m.main -mcmse</code>),
now leads to the generation of improved code sequences when changing
security states.</li>
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-10/changes.html | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
hooks/post-receive
--
gcc-wwwdocs