[clang] [llvm] [ARM][Clang] Make `+nosimd` functional for AArch32 Targets (PR #130623)

Jack Styles via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 14 01:47:21 PDT 2025


================
@@ -419,6 +419,9 @@ Bug Fixes to Attribute Support
 - No longer crashing on ``__attribute__((align_value(N)))`` during template
   instantiation when the function parameter type is not a pointer or reference.
   (#GH26612)
+- The ``+nosimd`` attribute is now fully supported for AArch32. Previously, this had no effect when being used with
----------------
Stylie777 wrote:

I have moved it to the ARM section.

https://github.com/llvm/llvm-project/pull/130623


More information about the cfe-commits mailing list