File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -419,9 +419,6 @@ 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 for AArch32. 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.
425422
426423Bug Fixes to C++ Support
427424^^^^^^^^^^^^^^^^^^^^^^^^
@@ -519,6 +516,9 @@ X86 Support
519516Arm and AArch64 Support
520517^^^^^^^^^^^^^^^^^^^^^^^
521518- For ARM targets, cc1as now considers the FPU's features for the selected CPU or Architecture.
519+ - The ``+nosimd `` attribute is now fully supported for ARM. Previously, this had no effect when being used with
520+ ARM targets, however this will now disable NEON instructions being generated. The ``simd `` option is
521+ also now printed when the ``--print-supported-extensions `` option is used.
522522
523523Android Support
524524^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments