Skip to content

Commit 4cf516a

Browse files
labrineaxgupta
authored andcommitted
[Release Notes][FMV] Document support for rcpc3 and mops features. (llvm#80152)
Documents support for Load-Acquire RCpc instructions v3 (rcpc3) as well as Memory Copy and Memory Set Acceleration instructions (mops) when targeting AArch64.
1 parent 65de759 commit 4cf516a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,12 @@ Arm and AArch64 Support
12351235
- The C23 ``_BitInt`` implementation has been brought into compliance
12361236
with AAPCS32 and AAPCS64.
12371237

1238+
- Function Multi Versioning has been extended to support Load-Acquire RCpc
1239+
instructions v3 (rcpc3) as well as Memory Copy and Memory Set Acceleration
1240+
instructions (mops) when targeting AArch64. The feature identifiers (in
1241+
parenthesis) can be used with either of the ``target_version`` and
1242+
``target_clones`` attributes.
1243+
12381244
Android Support
12391245
^^^^^^^^^^^^^^^
12401246

0 commit comments

Comments
 (0)