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

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 20 10:50:02 PDT 2020


kristof.beyls added a subscriber: hans.
kristof.beyls added inline comments.


================
Comment at: llvm/docs/ReleaseNotes.rst:75-77
+* 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.
----------------
The note seems exactly right for the release notes.
However, I'm not fully sure if this should be in the LLVM or the Clang release notes. Or maybe it's best to go in both.
@hans , I wonder if you have an opinion on where release notes related to new C-level intrinsics for a specific backend should go?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76513/new/

https://reviews.llvm.org/D76513





More information about the llvm-commits mailing list