diff mbox series

[wwwdocs,arm] Document CDE intrinsics from ACLE

Message ID AM6PR08MB3157BB93A879EF61B3673B81E0C00@AM6PR08MB3157.eurprd08.prod.outlook.com
State New
Headers show
Series [wwwdocs,arm] Document CDE intrinsics from ACLE | expand

Commit Message

Matthew Malcomson April 8, 2020, 3:08 p.m. UTC
New in GCC 10.


###############     Attachment also inlined for ease of reply    ###############
diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 3d8e0ba989e860d307310378a2be99b32a27261f..389561d13c69b650528e8ed8859ebbb5760438c6 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -624,6 +624,9 @@ 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
+  <a href="https://developer.arm.com/docs/101028/0010/custom-datapath-extension">
+  intrinsics</a> has been added.</li>
 </ul>
 
 <h3 id="avr">AVR</h3>

Comments

Kyrylo Tkachov April 8, 2020, 3:14 p.m. UTC | #1
> -----Original Message-----
> From: Matthew Malcomson <Matthew.Malcomson@arm.com>
> Sent: 08 April 2020 16:09
> To: gcc-patches@gcc.gnu.org
> Cc: gerald@pfeifer.com; Richard Earnshaw <Richard.Earnshaw@arm.com>;
> nickc@redhat.com; Kyrylo Tkachov <Kyrylo.Tkachov@arm.com>; nd
> <nd@arm.com>; Ramana Radhakrishnan
> <Ramana.Radhakrishnan@arm.com>
> Subject: [wwwdocs] [arm] Document CDE intrinsics from ACLE
> 
> New in GCC 10.

Ok. Just pushing it to master in wwwdocs should work.
Thanks,
Kyrill

> 
> 
> ###############     Attachment also inlined for ease of reply
> ###############
> 
> 
> diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
> index
> 3d8e0ba989e860d307310378a2be99b32a27261f..389561d13c69b650528e8e
> d8859ebbb5760438c6 100644
> --- a/htdocs/gcc-10/changes.html
> +++ b/htdocs/gcc-10/changes.html
> @@ -624,6 +624,9 @@ 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
> +  <a href="https://developer.arm.com/docs/101028/0010/custom-
> datapath-extension">
> +  intrinsics</a> has been added.</li>
>  </ul>
> 
>  <h3 id="avr">AVR</h3>
diff mbox series

Patch

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 3d8e0ba989e860d307310378a2be99b32a27261f..389561d13c69b650528e8ed8859ebbb5760438c6 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -624,6 +624,9 @@  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
+  <a href="https://developer.arm.com/docs/101028/0010/custom-datapath-extension">
+  intrinsics</a> has been added.</li>
 </ul>
 
 <h3 id="avr">AVR</h3>