make enabling the neon target feature a FCW

This commit is contained in:
Ralf Jung
2025-05-01 11:34:52 +02:00
parent 30c87defe6
commit 3c020e59a2
7 changed files with 120 additions and 13 deletions

View File

@@ -1316,3 +1316,7 @@ pub(crate) struct XcrunSdkPathWarning {
pub sdk_name: &'static str,
pub stderr: String,
}
#[derive(LintDiagnostic)]
#[diag(codegen_ssa_aarch64_softfloat_neon)]
pub(crate) struct Aarch64SoftfloatNeon;