Skip to content

Commit dee5f39

Browse files
committed
Move release note to ARM section.
1 parent 0e0b4b5 commit dee5f39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,6 @@ 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 for AArch32. 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.
425422

426423
Bug Fixes to C++ Support
427424
^^^^^^^^^^^^^^^^^^^^^^^^
@@ -519,6 +516,9 @@ X86 Support
519516
Arm and AArch64 Support
520517
^^^^^^^^^^^^^^^^^^^^^^^
521518
- For ARM targets, cc1as now considers the FPU's features for the selected CPU or Architecture.
519+
- The ``+nosimd`` attribute is now fully supported for ARM. Previously, this had no effect when being used with
520+
ARM targets, however this will now disable NEON instructions being generated. The ``simd`` option is
521+
also now printed when the ``--print-supported-extensions`` option is used.
522522

523523
Android Support
524524
^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)