about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
diff options
context:
space:
mode:
authorsayantn <sayantan.chakraborty@students.iiserpune.ac.in>2024-07-12 23:30:22 +0530
committersayantn <sayantan.chakraborty@students.iiserpune.ac.in>2024-07-12 23:30:22 +0530
commit1fd0311eabd9d1307b21eafd2a5e9227b91dfb9a (patch)
treea15597eb42cd77cfb4940ce857330b988864a993 /compiler/rustc_feature/src
parent5d76a13bbedebd773b4960432bff14f40acf3840 (diff)
downloadrust-1fd0311eabd9d1307b21eafd2a5e9227b91dfb9a.tar.gz
rust-1fd0311eabd9d1307b21eafd2a5e9227b91dfb9a.zip
Added the `xop` target feature and `xop_target_feature` gate
Diffstat (limited to 'compiler/rustc_feature/src')
-rw-r--r--compiler/rustc_feature/src/unstable.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_feature/src/unstable.rs b/compiler/rustc_feature/src/unstable.rs
index dfbe270822c..5673101dc24 100644
--- a/compiler/rustc_feature/src/unstable.rs
+++ b/compiler/rustc_feature/src/unstable.rs
@@ -642,6 +642,8 @@ declare_features! (
     (unstable, used_with_arg, "1.60.0", Some(93798)),
     /// Allows use of x86 `AMX` target-feature attributes and intrinsics
     (unstable, x86_amx_intrinsics, "CURRENT_RUSTC_VERSION", Some(126622)),
+    /// Allows use of the `xop` target-feature
+    (unstable, xop_target_feature, "CURRENT_RUSTC_VERSION", Some(127208)),
     /// Allows `do yeet` expressions
     (unstable, yeet_expr, "1.62.0", Some(96373)),
     // !!!!    !!!!    !!!!    !!!!   !!!!    !!!!    !!!!    !!!!    !!!!    !!!!    !!!!