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
|
@ -246,6 +246,7 @@ const X86_ALLOWED_FEATURES: &[(&str, Stability)] = &[
|
|||
("tbm", Unstable(sym::tbm_target_feature)),
|
||||
("vaes", Unstable(sym::avx512_target_feature)),
|
||||
("vpclmulqdq", Unstable(sym::avx512_target_feature)),
|
||||
("xop", Unstable(sym::xop_target_feature)),
|
||||
("xsave", Stable),
|
||||
("xsavec", Stable),
|
||||
("xsaveopt", Stable),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue