Skip to content

Commit fd0b039

Browse files
committed
Fix release notes
1 parent ece4287 commit fd0b039

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
@@ -290,9 +290,9 @@ 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.
293+
- The ``+nosimd`` attribute is now fully supported for AArch32. 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.
296296

297297
Bug Fixes to C++ Support
298298
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)