[clang] [llvm] [ARM][Clang] Make `+nosimd` functional for AArch32 Targets (PR #130623)
Jonathan Thackray via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 10 08:40:57 PDT 2025
================
@@ -85,6 +85,9 @@ Changes to the AMDGPU Backend
Changes to the ARM Backend
--------------------------
+* The `+nosimd` attribute is now fully supported. Previously, this had no effect when being used with
+AArch32 targets, however will now disable NEON instructions being generated. The `simd` is also now
+printed when the `--print-supported-extensions` option is used..
----------------
jthackray wrote:
nit: extra trailing period character.
https://github.com/llvm/llvm-project/pull/130623
More information about the cfe-commits
mailing list