Skip to content

Commit 522d845

Browse files
committed
Move release notes to clang
1 parent 2569f7f commit 522d845

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,9 @@ Bug Fixes to Attribute Support
419419
- No longer crashing on ``__attribute__((align_value(N)))`` during template
420420
instantiation when the function parameter type is not a pointer or reference.
421421
(#GH26612)
422+
- The ``+nosimd`` attribute is now fully supported. Previously, this had no effect when being used with
423+
AArch32 targets, however this will now disable NEON instructions being generated. The ``simd`` option is
424+
also now printed when the ``--print-supported-extensions`` option is used.
422425

423426
Bug Fixes to C++ Support
424427
^^^^^^^^^^^^^^^^^^^^^^^^

llvm/docs/ReleaseNotes.md

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

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

103100
Changes to the AVR Backend
104101
--------------------------

0 commit comments

Comments
 (0)