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

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