[PATCH] D76513: [ReleaseNotes,ARM] MVE intrinsics are all implemented!

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 20 10:17:21 PDT 2020


simon_tatham created this revision.
simon_tatham added a reviewer: kristof.beyls.
Herald added subscribers: llvm-commits, dmgreen.
Herald added a project: LLVM.

The next release of LLVM will support the full ACLE spec for MVE intrinsics,
so it's worth saying so in the release notes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76513

Files:
  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
 --------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76513.251683.patch
Type: text/x-patch
Size: 445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200320/a82904b2/attachment.bin>


More information about the llvm-commits mailing list