[clang] [llvm] [ARM][Clang] Make `+nosimd` functional for AArch32 Targets (PR #130623)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 14 01:42:47 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
----------------
davemgreen wrote:
Can a comment be added to the arm section too / instead?
https://github.com/llvm/llvm-project/pull/130623
More information about the llvm-commits
mailing list