diff options
| author | Ralf Jung <post@ralfj.de> | 2025-05-01 11:34:52 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-05-22 12:19:25 +0200 |
| commit | 3c020e59a24a7739968fbd891a09e316a86c7b40 (patch) | |
| tree | 6a7393d2b65d01780bac717d90b3865c33fbd153 /compiler/rustc_codegen_ssa/src/codegen_attrs.rs | |
| parent | 30c87defe686ca5043e86ad9d795976ce42ca3ff (diff) | |
| download | rust-3c020e59a24a7739968fbd891a09e316a86c7b40.tar.gz rust-3c020e59a24a7739968fbd891a09e316a86c7b40.zip | |
make enabling the neon target feature a FCW
Diffstat (limited to 'compiler/rustc_codegen_ssa/src/codegen_attrs.rs')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/codegen_attrs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_ssa/src/codegen_attrs.rs b/compiler/rustc_codegen_ssa/src/codegen_attrs.rs index aa55a0e0f14..b3bda784d43 100644 --- a/compiler/rustc_codegen_ssa/src/codegen_attrs.rs +++ b/compiler/rustc_codegen_ssa/src/codegen_attrs.rs @@ -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, |
