simon_tatham updated this revision to Diff 252252. simon_tatham added a comment. Herald added a project: clang. Herald added a subscriber: cfe-commits.
Added an entry to the Clang release notes as well. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D76513/new/ https://reviews.llvm.org/D76513 Files: clang/docs/ReleaseNotes.rst llvm/docs/ReleaseNotes.rst Index: llvm/docs/ReleaseNotes.rst =================================================================== --- llvm/docs/ReleaseNotes.rst +++ llvm/docs/ReleaseNotes.rst @@ -72,6 +72,9 @@ During this release ... +* Implemented C-language intrinsics for the full Arm v8.1-M MVE instruction + set. ``<arm_mve.h>`` now supports the complete API defined in the Arm C + Language Extensions. Changes to the MIPS Target -------------------------- Index: clang/docs/ReleaseNotes.rst =================================================================== --- clang/docs/ReleaseNotes.rst +++ clang/docs/ReleaseNotes.rst @@ -57,6 +57,10 @@ Non-comprehensive list of changes in this release ------------------------------------------------- +- For the ARM target, C-language intrinsics are now provided for the full Arm + v8.1-M MVE instruction set. ``<arm_mve.h>`` supports the complete API defined + in the Arm C Language Extensions. + New Compiler Flags ------------------
Index: llvm/docs/ReleaseNotes.rst =================================================================== --- llvm/docs/ReleaseNotes.rst +++ llvm/docs/ReleaseNotes.rst @@ -72,6 +72,9 @@ During this release ... +* Implemented C-language intrinsics for the full Arm v8.1-M MVE instruction + set. ``<arm_mve.h>`` now supports the complete API defined in the Arm C + Language Extensions. Changes to the MIPS Target -------------------------- Index: clang/docs/ReleaseNotes.rst =================================================================== --- clang/docs/ReleaseNotes.rst +++ clang/docs/ReleaseNotes.rst @@ -57,6 +57,10 @@ Non-comprehensive list of changes in this release ------------------------------------------------- +- For the ARM target, C-language intrinsics are now provided for the full Arm + v8.1-M MVE instruction set. ``<arm_mve.h>`` supports the complete API defined + in the Arm C Language Extensions. + New Compiler Flags ------------------
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits