Added the xop
target feature and xop_target_feature
gate
This commit is contained in:
parent
5d76a13bbe
commit
1fd0311eab
8 changed files with 26 additions and 2 deletions
|
@ -81,6 +81,7 @@ pub fn from_target_feature(
|
|||
Some(sym::lahfsahf_target_feature) => rust_features.lahfsahf_target_feature,
|
||||
Some(sym::prfchw_target_feature) => rust_features.prfchw_target_feature,
|
||||
Some(sym::x86_amx_intrinsics) => rust_features.x86_amx_intrinsics,
|
||||
Some(sym::xop_target_feature) => rust_features.xop_target_feature,
|
||||
Some(name) => bug!("unknown target feature gate {}", name),
|
||||
None => true,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue