Add MOVBE feature

This commit is contained in:
Jethro Beekman 2019-01-30 18:57:55 +05:30
parent 43b4c4a36b
commit a3f0af2e67
5 changed files with 5 additions and 1 deletions

View file

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