Add MOVBE feature
This commit is contained in:
parent
43b4c4a36b
commit
a3f0af2e67
5 changed files with 5 additions and 1 deletions
|
@ -147,6 +147,7 @@ const X86_WHITELIST: &[(&str, Option<&str>)] = &[
|
|||
("fxsr", None),
|
||||
("lzcnt", None),
|
||||
("mmx", Some("mmx_target_feature")),
|
||||
("movbe", Some("movbe_target_feature")),
|
||||
("pclmulqdq", None),
|
||||
("popcnt", None),
|
||||
("rdrand", None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue