File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -290,6 +290,10 @@ 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.
296+
293297Bug Fixes to C++ Support
294298^^^^^^^^^^^^^^^^^^^^^^^^
295299
Original file line number Diff line number Diff line change @@ -85,9 +85,6 @@ Changes to the AMDGPU Backend
8585
8686Changes to the ARM Backend
8787--------------------------
88- * The ` +nosimd ` attribute is now fully supported. Previously, this had no effect when being used with
89- AArch32 targets, however this will now disable NEON instructions being generated. The ` simd ` option is
90- also now printed when the ` --print-supported-extensions ` option is used.
9188
9289Changes to the AVR Backend
9390--------------------------
You can’t perform that action at this time.
0 commit comments