Rollup merge of #90621 - adamgemmell:dev/stabilise-target-feature, r=Amanieu
Stabilise `aarch64_target_feature` This PR stabilises `aarch64_target_feature` - see https://github.com/rust-lang/rust/issues/90620
This commit is contained in:
commit
0e423932f8
10 changed files with 79 additions and 62 deletions
|
@ -46,6 +46,8 @@ declare_features! (
|
|||
// feature-group-start: accepted features
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/// Allows `#[target_feature(...)]` on aarch64 platforms
|
||||
(accepted, aarch64_target_feature, "1.61.0", Some(44839), None),
|
||||
/// Allows the sysV64 ABI to be specified on all platforms
|
||||
/// instead of just the platforms on which it is the C ABI.
|
||||
(accepted, abi_sysv64, "1.24.0", Some(36167), None),
|
||||
|
|
|
@ -243,7 +243,7 @@ declare_features! (
|
|||
// FIXME: Document these and merge with the list below.
|
||||
|
||||
// Unstable `#[target_feature]` directives.
|
||||
(active, aarch64_target_feature, "1.27.0", Some(44839), None),
|
||||
(active, aarch64_ver_target_feature, "1.27.0", Some(44839), None),
|
||||
(active, adx_target_feature, "1.32.0", Some(44839), None),
|
||||
(active, arm_target_feature, "1.27.0", Some(44839), None),
|
||||
(active, avx512_target_feature, "1.27.0", Some(44839), None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue