Skip to content

Commit cb7fd7a

Browse files
committed
Fix release notes
1 parent 5a5dbc3 commit cb7fd7a

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
@@ -339,9 +339,9 @@ 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.
342+
- The ``+nosimd`` attribute is now fully supported for AArch32. 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.
345345

346346
Bug Fixes to C++ Support
347347
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)