Skip to content

Commit

Permalink
[Docs] Fixed formatting in release notes, NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
miyuki committed Apr 22, 2020
1 parent eecba95 commit 089fbe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions clang/docs/ReleaseNotes.rst
Expand Up @@ -61,8 +61,8 @@ Non-comprehensive list of changes in this release
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.
- 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
Expand Down
2 changes: 1 addition & 1 deletion llvm/docs/ReleaseNotes.rst
Expand Up @@ -79,7 +79,7 @@ During this release ...
* 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.
* Implemented C-language intrinsics ``<arm_cde.h>`` for the CDE instruction set.

Changes to the MIPS Target
--------------------------
Expand Down

0 comments on commit 089fbe6

Please sign in to comment.