public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Move arm section under aarch64
@ 2020-04-09 11:58 Kyrylo Tkachov
  0 siblings, 0 replies; only message in thread
From: Kyrylo Tkachov @ 2020-04-09 11:58 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

Hi all,

We logically grouped the aarch64 and arm entries as they share some content but
then the alphabetic order came in and put amdgcn and arc between the two.
I'm taking the liberty of moving arm under aarch64 and adding a small clarification
that the recently added CDE intrinsics implement a beta version of the ACLE specification.

Pushing to wwwdocs.

Thanks,
Kyrill

[-- Attachment #2: wwwdocs-move-arm.patch --]
[-- Type: application/octet-stream, Size: 2984 bytes --]

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 389561d1..c24d1f84 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -567,26 +567,6 @@ a work-in-progress.</p>
   </li>
 </ul>
 
-<h3 id="amdgcn">AMD Radeon (GCN)</h3>
-<ul>
-  <li>The code generation and in particular the vectorization support has been
-  much improved.</li>
-</ul>
-
-<h3 id="arc">ARC</h3>
-<ul>
-  <li>The interrupt service routine functions save all used
-  registers, including extension registers and auxiliary registers
-  used by Zero Overhead Loops.</li>
-  <li>Improve code size by using multiple short instructions instead of
-  a single long <code>mov</code> or <code>ior</code> instruction when its
-  long immediate constant is known.</li>
-  <li>Fix usage of the accumulator register for ARC600.</li>
-  <li>Fix issues with <code>uncached</code> attribute.</li>
-  <li>Remove <code>-mq-class</code> option.</li>
-  <li>Improve 64-bit integer addition and subtraction operations.</li>
-</ul>
-
 <h3 id="arm">arm</h3>
 <ul>
   <li>Support for the FDPIC ABI has been added. It uses 64-bit
@@ -606,8 +586,8 @@ a work-in-progress.</p>
        (GCC identifiers in parentheses):
        <ul>
          <li>Arm Cortex-A77 (<code>cortex-a77</code>).</li>
-	 <li>Arm Cortex-A76AE (<code>cortex-a76ae</code>).</li>
-	 <li>Arm Cortex-M35P (<code>cortex-m35p</code>).</li>
+         <li>Arm Cortex-A76AE (<code>cortex-a76ae</code>).</li>
+         <li>Arm Cortex-M35P (<code>cortex-m35p</code>).</li>
        </ul>
        The GCC identifiers can be used
        as arguments to the <code>-mcpu</code> or <code>-mtune</code> options,
@@ -624,11 +604,32 @@ a work-in-progress.</p>
   added: this M-profile feature is no longer restricted to targets
   with <code>MOVT</code>. For example, <code>-mcpu=cortex-m0</code>
   now supports this option.</li>
-  <li>Support for the Custom Datapath Extension ACLE
+  <li>Support for the Custom Datapath Extension beta ACLE
   <a href="https://developer.arm.com/docs/101028/0010/custom-datapath-extension">
   intrinsics</a> has been added.</li>
 </ul>
 
+
+<h3 id="amdgcn">AMD Radeon (GCN)</h3>
+<ul>
+  <li>The code generation and in particular the vectorization support has been
+  much improved.</li>
+</ul>
+
+<h3 id="arc">ARC</h3>
+<ul>
+  <li>The interrupt service routine functions save all used
+  registers, including extension registers and auxiliary registers
+  used by Zero Overhead Loops.</li>
+  <li>Improve code size by using multiple short instructions instead of
+  a single long <code>mov</code> or <code>ior</code> instruction when its
+  long immediate constant is known.</li>
+  <li>Fix usage of the accumulator register for ARC600.</li>
+  <li>Fix issues with <code>uncached</code> attribute.</li>
+  <li>Remove <code>-mq-class</code> option.</li>
+  <li>Improve 64-bit integer addition and subtraction operations.</li>
+</ul>
+
 <h3 id="avr">AVR</h3>
 <ul>
   <li>Support for the XMEGA-like devices

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-09 11:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-09 11:58 [wwwdocs] Move arm section under aarch64 Kyrylo Tkachov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).