File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -419,6 +419,9 @@ 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
423+ AArch32 targets, however this will now disable NEON instructions being generated. The ``simd `` option is
424+ also now printed when the ``--print-supported-extensions `` option is used.
422425
423426Bug Fixes to C++ Support
424427^^^^^^^^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change @@ -96,9 +96,6 @@ Changes to the AMDGPU Backend
9696
9797Changes to the ARM Backend
9898--------------------------
99- * The ` +nosimd ` attribute is now fully supported. Previously, this had no effect when being used with
100- AArch32 targets, however this will now disable NEON instructions being generated. The ` simd ` option is
101- also now printed when the ` --print-supported-extensions ` option is used.
10299
103100Changes to the AVR Backend
104101--------------------------
You can’t perform that action at this time.
0 commit comments