ACLE 2022 Q2
Release highlights
The only document changed in this release is the main Arm C Language Extensions, at version 2022Q2.
List of changes:
- Added support for SVE and SVE2. This incorporates the final 00bet6 version of the separate beta document Arm C Language Extensions for SVE, except that the optional feature
__ARM_FEATURE_SVE_NONMEMBER_OPERATORS
has been removed. The SVE and SVE2 support is now at “release” rather than beta quality and the separate beta document is no longer maintained. The mapping of SVE and SVE2 instructions to the intrinsics can be browsed in the section Mapping of SVE instructions to intrinsics - Added section Scalable Vector Extension procedure call standard attribute
- Fixes for Function Multi Versioning:
- typo in
FEAT_DPB2
. - added
FEAT_LS64*
.
- typo in
SME ACLE
Support for Scalable Matrix Extension (SME) (alpha quality) is not been included in this release, as we are still gathering feedback on the content of the pull request at #188