File tree 2 files changed +4
-3
lines changed
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
290
290
or ``__attribute__((malloc(deallocator, ptr-index))) ``
291
291
(`#51607 <https://github.com/llvm/llvm-project/issues/51607 >`_).
292
292
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
+
293
297
Bug Fixes to C++ Support
294
298
^^^^^^^^^^^^^^^^^^^^^^^^
295
299
Original file line number Diff line number Diff line change @@ -85,9 +85,6 @@ Changes to the AMDGPU Backend
85
85
86
86
Changes to the ARM Backend
87
87
--------------------------
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.
91
88
92
89
Changes to the AVR Backend
93
90
--------------------------
You can’t perform that action at this time.
0 commit comments