forked from ARM-software/acle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes and improvements in preparation for 2023 Q2 release
- Fix CMSE's based on release - Added typo fixing to the CMSE's release notes - Fix copyright date in the main document - Fix minor style issue in the FEAT_RCPC table - Remove deprecated changelog section in CMSE - Add LRCPC3 intrinsics to the Neon reference changelog - Improve wording in CMSE NS function pointer description - Improve wording in FEAT_LRCPC* description
- Loading branch information
Showing
3 changed files
with
13 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,7 +114,7 @@ about Arm’s trademarks. | |
|
||
## Copyright | ||
|
||
* Copyright 2011-2022 Arm Limited and/or its affiliates <[email protected]>. | ||
* Copyright 2011-2023 Arm Limited and/or its affiliates <[email protected]>. | ||
* Copyright 2022 Google LLC. | ||
|
||
## About this document | ||
|
@@ -1550,13 +1550,13 @@ the usage of these instructions in inline assembly. | |
|
||
If defined, the value of `__ARM_FEATURE_RCPC` remains consistent with the decimal | ||
value of `LRCPC` field (bits [23:20]) in the `ID_AA64ISAR1_EL1` register. | ||
For convenience these are reproduced here: | ||
For convenience these are shown below: | ||
|
||
| **Value** | **Feature** | **Instructions** | **Availability** | | ||
| --------- | ----------- | ------------------------------- | ------------------------- | | ||
| 1 | FEAT_LRCPC | LDAPR* instructions | Armv8.3, optional Armv8.2 | | ||
| 2 | FEAT_LRCPC2 | LDAPUR* and STLUR* instructions | Armv8.4, optional Armv8.2 | | ||
| 3 | FEAT_LRCPC3 | See FEAT_LRCPC3 documentation. | Armv8.9, optional Armv8.2 | | ||
| 3 | FEAT_LRCPC3 | See FEAT_LRCPC3 documentation | Armv8.9, optional Armv8.2 | | ||
|
||
The `__ARM_FEATURE_RCPC` macro can only be implemented in the AArch64 | ||
execution state. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters