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

@@ -299,6 +299,7 @@ fn codegen_fn_attrs(tcx: TyCtxt<'_>, did: LocalDefId) -> CodegenFnAttrs {
}
from_target_feature_attr(
tcx,
did,
attr,
rust_target_features,
&mut codegen_fn_attrs.target_features,