diff mbox series

[wwwdocs] Add NEON-SVE bridge intrinsics to changes.html

Message ID db5250f2-b8ee-4c39-8973-3089400f1dd8@arm.com
State New
Headers show
Series [wwwdocs] Add NEON-SVE bridge intrinsics to changes.html | expand

Commit Message

Richard Ball April 8, 2024, 1:11 p.m. UTC
Hi all,

Adding the NEON-SVE bridge intrinsics that were missed
in the last patch.

Thanks,
Richard

Comments

Richard Sandiford April 8, 2024, 1:48 p.m. UTC | #1
Richard Ball <richard.ball@arm.com> writes:
> Hi all,
>
> Adding the NEON-SVE bridge intrinsics that were missed
> in the last patch.
>
> Thanks,
> Richard

OK, thanks.

Richard

> diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
> index 9fd224c1df3f05eadcedaaa41c0859e712b93b78..df63af48298564de9c35bab1dd35891c2581e3d6 100644
> --- a/htdocs/gcc-14/changes.html
> +++ b/htdocs/gcc-14/changes.html
> @@ -420,6 +420,12 @@ a work-in-progress.</p>
>        <code>-march=armv8.2-a</code> or higher to be specified.  Likewise, the
>        intrinsics enabled by <code>+memtag</code> no longer require
>        <code>-march=armv8.5-a</code>.</li>
> +      <li>Support for the
> +      <a href="https://github.com/ARM-software/acle/blob/main/main/acle.md#neon-sve-bridge">
> +      NEON-SVE Bridge intrinsics</a>.
> +      These are intrinsics that allow conversions between NEON and SVE vectors,
> +      enabled through the inclusion of the <code>arm_neon_sve_bridge.h</code> header.
> +      </li>
>      </ul></li>
>    <li>The option <code>-mtp=</code> is now supported for changing the TPIDR
>     register used for TLS accesses.  For more details please refer to the
diff mbox series

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 9fd224c1df3f05eadcedaaa41c0859e712b93b78..df63af48298564de9c35bab1dd35891c2581e3d6 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -420,6 +420,12 @@  a work-in-progress.</p>
       <code>-march=armv8.2-a</code> or higher to be specified.  Likewise, the
       intrinsics enabled by <code>+memtag</code> no longer require
       <code>-march=armv8.5-a</code>.</li>
+      <li>Support for the
+      <a href="https://github.com/ARM-software/acle/blob/main/main/acle.md#neon-sve-bridge">
+      NEON-SVE Bridge intrinsics</a>.
+      These are intrinsics that allow conversions between NEON and SVE vectors,
+      enabled through the inclusion of the <code>arm_neon_sve_bridge.h</code> header.
+      </li>
     </ul></li>
   <li>The option <code>-mtp=</code> is now supported for changing the TPIDR
    register used for TLS accesses.  For more details please refer to the