Hi all,
Adding the NEON-SVE bridge intrinsics that were missed
in the last patch.
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