Skip to content

Commit f282b6a

Browse files
committed
[ReleaseNotes,ARM] MVE intrinsics are all implemented!
Summary: The next release of LLVM will support the full ACLE spec for MVE intrinsics, so it's worth saying so in the release notes. Reviewers: kristof.beyls Reviewed By: kristof.beyls Subscribers: cfe-commits, hans, dmgreen, llvm-commits Tags: #llvm, #clang Differential Revision: https://reviews.llvm.org/D76513
1 parent b194e7d commit f282b6a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ Improvements to Clang's diagnostics
5757
Non-comprehensive list of changes in this release
5858
-------------------------------------------------
5959

60+
- For the ARM target, C-language intrinsics are now provided for the full Arm
61+
v8.1-M MVE instruction set. ``<arm_mve.h>`` supports the complete API defined
62+
in the Arm C Language Extensions.
63+
6064

6165
New Compiler Flags
6266
------------------

llvm/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ Changes to the ARM Backend
7272

7373
During this release ...
7474

75+
* Implemented C-language intrinsics for the full Arm v8.1-M MVE instruction
76+
set. ``<arm_mve.h>`` now supports the complete API defined in the Arm C
77+
Language Extensions.
7578

7679
Changes to the MIPS Target
7780
--------------------------

0 commit comments

Comments
 (0)