This revision was automatically updated to reflect the committed changes. Closed by commit rGf282b6ab23a0: [ReleaseNotes,ARM] MVE intrinsics are all implemented! (authored by simon_tatham).
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