Add the movrs target feature and movrs_target_feature feature gate

This commit is contained in:
sayantn
2025-03-04 20:08:28 +05:30
parent 0ec1d460bb
commit 7c2434c52c
7 changed files with 24 additions and 0 deletions

View File

@@ -323,6 +323,7 @@ declare_features! (
(unstable, loongarch_target_feature, "1.73.0", Some(44839)),
(unstable, m68k_target_feature, "1.85.0", Some(134328)),
(unstable, mips_target_feature, "1.27.0", Some(44839)),
(unstable, movrs_target_feature, "CURRENT_RUSTC_VERSION", Some(137976)),
(unstable, powerpc_target_feature, "1.27.0", Some(44839)),
(unstable, prfchw_target_feature, "1.78.0", Some(44839)),
(unstable, riscv_target_feature, "1.45.0", Some(44839)),