Skip to content

Commit ece4287

Browse files
committed
Move release notes to clang
1 parent 4533792 commit ece4287

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
@@ -290,6 +290,10 @@ Bug Fixes to Attribute Support
290290
or ``__attribute__((malloc(deallocator, ptr-index)))``
291291
(`#51607 <https://github.com/llvm/llvm-project/issues/51607>`_).
292292

293+
- The ``+nosimd`` attribute is now fully supported. Previously, this had no effect when being used with
294+
AArch32 targets, however this will now disable NEON instructions being generated. The ``simd`` option is
295+
also now printed when the ``--print-supported-extensions`` option is used.
296+
293297
Bug Fixes to C++ Support
294298
^^^^^^^^^^^^^^^^^^^^^^^^
295299

llvm/docs/ReleaseNotes.md

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

8686
Changes to the ARM Backend
8787
--------------------------
88-
* The `+nosimd` attribute is now fully supported. Previously, this had no effect when being used with
89-
AArch32 targets, however this will now disable NEON instructions being generated. The `simd` option is
90-
also now printed when the `--print-supported-extensions` option is used.
9188

9289
Changes to the AVR Backend
9390
--------------------------

0 commit comments

Comments
 (0)