Skip to content

ACLE 2022 Q2

Compare
Choose a tag to compare
@fpetrogalli fpetrogalli released this 12 Jul 10:04
· 150 commits to main since this release
6eb8516

Release highlights

The only document changed in this release is the main Arm C Language Extensions, at version 2022Q2.

List of changes:

  1. 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
  2. Added section Scalable Vector Extension procedure call standard attribute
  3. Fixes for Function Multi Versioning:
    • typo in FEAT_DPB2.
    • added FEAT_LS64*.

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