[PATCH] D78481: [ARM] Release notes for the Custom Datapath Extension (CDE)
Mikhail Maltsev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 22 08:39:44 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd7ab9e7c9b30: [ARM] Release notes for the Custom Datapath Extension (CDE) (authored by miyuki).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78481/new/
https://reviews.llvm.org/D78481
Files:
clang/docs/ReleaseNotes.rst
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -76,6 +76,11 @@
set. ``<arm_mve.h>`` now supports the complete API defined in the Arm C
Language Extensions.
+* Added support for assembly for the optional Custom Datapath Extension (CDE)
+ for Arm M-profile targets.
+
+* Implemented C-language intrinsics <arm_cde.h> for the CDE instruction set.
+
Changes to the MIPS Target
--------------------------
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -61,6 +61,8 @@
v8.1-M MVE instruction set. ``<arm_mve.h>`` supports the complete API defined
in the Arm C Language Extensions.
+- For the ARM target, C-language intrinsics <arm_cde.h> for the CDE instruction
+ set are now provided.
* clang adds support for a set of extended integer types (``_ExtInt(N)``) that
permit non-power of 2 integers, exposing the LLVM integer types. Since a major
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78481.259305.patch
Type: text/x-patch
Size: 1109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200422/f82c206b/attachment.bin>
More information about the cfe-commits
mailing list