Re: [PATCH][wwwdocs] Add NEON-SVE bridge intrinsics to changes.html
Richard Ball 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. >-march=armv8.2-a or higher to be specified. Likewise, the >intrinsics enabled by +memtag no longer require >-march=armv8.5-a. > + Support for the > + href="https://github.com/ARM-software/acle/blob/main/main/acle.md#neon-sve-bridge";> > + NEON-SVE Bridge intrinsics. > + These are intrinsics that allow conversions between NEON and SVE > vectors, > + enabled through the inclusion of the > arm_neon_sve_bridge.h header. > + > >The option -mtp= is now supported for changing the TPIDR > register used for TLS accesses. For more details please refer to the
[PATCH][wwwdocs] Add NEON-SVE bridge intrinsics to changes.html
Hi all, Adding the NEON-SVE bridge intrinsics that were missed in the last patch. Thanks, Richarddiff --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. -march=armv8.2-a or higher to be specified. Likewise, the intrinsics enabled by +memtag no longer require -march=armv8.5-a. + Support for the + https://github.com/ARM-software/acle/blob/main/main/acle.md#neon-sve-bridge";> + NEON-SVE Bridge intrinsics. + These are intrinsics that allow conversions between NEON and SVE vectors, + enabled through the inclusion of the arm_neon_sve_bridge.h header. + The option -mtp= is now supported for changing the TPIDR register used for TLS accesses. For more details please refer to the