[clang] [ARM][Driver] Ensure NEON is enabled and disabled correctly (PR #137595)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 28 05:23:15 PDT 2025
================
@@ -781,6 +781,30 @@ llvm::ARM::FPUKind arm::getARMTargetFeatures(const Driver &D,
if (FPUKind == llvm::ARM::FK_FPV5_D16 || FPUKind == llvm::ARM::FK_FPV5_SP_D16)
Features.push_back("-mve.fp");
+ // If SIMD has been disabled and the selected FPU support NEON, then features
----------------
sivan-shani wrote:
"support" → "supports"
https://github.com/llvm/llvm-project/pull/137595
More information about the cfe-commits
mailing list