[PATCH] D76513: [ReleaseNotes,ARM] MVE intrinsics are all implemented!
Simon Tatham via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 24 04:48:20 PDT 2020
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
------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76513.252268.patch
Type: text/x-patch
Size: 976 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200324/3033d0f4/attachment.bin>
More information about the cfe-commits
mailing list