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