Skip to content

Commit dddf26e

Browse files
committed
Fix release notes
1 parent 522d845 commit dddf26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ 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
422+
- The ``+nosimd`` attribute is now fully supported for AArch32. Previously, this had no effect when being used with
423423
AArch32 targets, however this will now disable NEON instructions being generated. The ``simd`` option is
424424
also now printed when the ``--print-supported-extensions`` option is used.
425425

0 commit comments

Comments
 (0)