[ReleaseNotes,ARM] MVE intrinsics are all implemented!
authorSimon Tatham <simon.tatham@arm.com>
Tue, 24 Mar 2020 11:37:51 +0000 (11:37 +0000)
committerSimon Tatham <simon.tatham@arm.com>
Tue, 24 Mar 2020 11:42:25 +0000 (11:42 +0000)
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

clang/docs/ReleaseNotes.rst
llvm/docs/ReleaseNotes.rst

index 9f20c27..ad13fb1 100644 (file)
@@ -57,6 +57,10 @@ Improvements to Clang's diagnostics
 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 bbfcc60..4f6e759 100644 (file)
@@ -72,6 +72,9 @@ Changes to the ARM Backend
 
 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
 --------------------------