Skip to content

ACLE 2022 Q4

Compare
Choose a tag to compare
@vhscampos vhscampos released this 23 Nov 14:30
· 133 commits to main since this release

Release highlights

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

List of changes:

  1. Added Alpha support for SME.
  2. Added feature detection macro __ARM_FEATURE_RCPC for RCpc (Release Consistent processor consistent) model at RCpc.
  3. Added two new valid values to the SVE feature macros:
    • __ARM_FEATURE_SVE_VECTOR_OPERATORS=2.
    • __ARM_FEATURE_SVE_PREDICATE_OPERATORS=2.
  4. Fixes for Function Multi Versioning:
    • Added missing features of ID_AA64ISAR1_EL1 and ID_AA64ISAR2_EL1.
    • Renamed the feature macro to __HAVE_FUNCTION_MULTI_VERSIONING.
    • Added some clarifications.