Skip to content

Commit 5a5dbc3

Browse files
committed
Move release notes to clang
1 parent e8696fa commit 5a5dbc3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,10 @@ Bug Fixes to Attribute Support
339339
or ``__attribute__((malloc(deallocator, ptr-index)))``
340340
(`#51607 <https://github.com/llvm/llvm-project/issues/51607>`_).
341341

342+
- The ``+nosimd`` attribute is now fully supported. Previously, this had no effect when being used with
343+
AArch32 targets, however this will now disable NEON instructions being generated. The ``simd`` option is
344+
also now printed when the ``--print-supported-extensions`` option is used.
345+
342346
Bug Fixes to C++ Support
343347
^^^^^^^^^^^^^^^^^^^^^^^^
344348

llvm/docs/ReleaseNotes.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ Changes to the AMDGPU Backend
9494

9595
Changes to the ARM Backend
9696
--------------------------
97-
* The `+nosimd` attribute is now fully supported. Previously, this had no effect when being used with
98-
AArch32 targets, however this will now disable NEON instructions being generated. The `simd` option is
99-
also now printed when the `--print-supported-extensions` option is used.
10097

10198
Changes to the AVR Backend
10299
--------------------------

0 commit comments

Comments
 (0)