We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522d845 commit dddf26eCopy full SHA for dddf26e
clang/docs/ReleaseNotes.rst
@@ -419,7 +419,7 @@ Bug Fixes to Attribute Support
419
- No longer crashing on ``__attribute__((align_value(N)))`` during template
420
instantiation when the function parameter type is not a pointer or reference.
421
(#GH26612)
422
-- The ``+nosimd`` attribute is now fully supported. Previously, this had no effect when being used with
+- 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.
425
0 commit comments