Skip to content

Commit d7ab9e7

Browse files
committed
[ARM] Release notes for the Custom Datapath Extension (CDE)
Summary: This change mentions CDE assembly in the LLVM release notes and CDE intrinsics in both Clang and LLVM release notes. Reviewers: kristof.beyls, simon_tatham Reviewed By: kristof.beyls Subscribers: danielkiss, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D78481
1 parent 5a2c311 commit d7ab9e7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ Non-comprehensive list of changes in this release
6161
v8.1-M MVE instruction set. ``<arm_mve.h>`` supports the complete API defined
6262
in the Arm C Language Extensions.
6363

64+
- For the ARM target, C-language intrinsics <arm_cde.h> for the CDE instruction
65+
set are now provided.
6466

6567
* clang adds support for a set of extended integer types (``_ExtInt(N)``) that
6668
permit non-power of 2 integers, exposing the LLVM integer types. Since a major

llvm/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ During this release ...
7676
set. ``<arm_mve.h>`` now supports the complete API defined in the Arm C
7777
Language Extensions.
7878

79+
* Added support for assembly for the optional Custom Datapath Extension (CDE)
80+
for Arm M-profile targets.
81+
82+
* Implemented C-language intrinsics <arm_cde.h> for the CDE instruction set.
83+
7984
Changes to the MIPS Target
8085
--------------------------
8186

0 commit comments

Comments
 (0)