1
Fork 0

Added the xop target feature and xop_target_feature gate

This commit is contained in:
sayantn 2024-07-12 23:30:22 +05:30
parent 5d76a13bbe
commit 1fd0311eab
8 changed files with 26 additions and 2 deletions

View file

@ -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)),
// !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!!