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.

Pushed.

Gerald
---
 htdocs/gcc-10/changes.html | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 7b105bffe..1e2453025 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>
-- 
2.54.0

Reply via email to