Added apxf target feature support, under flag apx_target_feature

This commit is contained in:
Madhav Madhusoodanan
2025-04-21 16:44:42 +05:30
parent e4272d12f2
commit 43357b4a64
4 changed files with 15 additions and 0 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)),