Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r=workingjubilee

Added support for `apxf` target feature
This commit is contained in:
Jacob Pratt
2025-05-07 00:29:21 +00:00
committed by GitHub
7 changed files with 55 additions and 17 deletions

View File

@@ -316,6 +316,7 @@ declare_features! (
// Unstable `#[target_feature]` directives.
(unstable, aarch64_unstable_target_feature, "1.82.0", Some(44839)),
(unstable, aarch64_ver_target_feature, "1.27.0", Some(44839)),
(unstable, apx_target_feature, "CURRENT_RUSTC_VERSION", Some(139284)),
(unstable, arm_target_feature, "1.27.0", Some(44839)),
(unstable, avx512_target_feature, "1.27.0", Some(44839)),
(unstable, bpf_target_feature, "1.54.0", Some(44839)),