1
Fork 0

whitelist rtm x86 cpu feature

This commit is contained in:
tyler 2019-04-17 16:38:54 -07:00
parent 3c3d3c1777
commit 365a48a8bf
5 changed files with 5 additions and 1 deletions

View file

@ -154,6 +154,7 @@ const X86_WHITELIST: &[(&str, Option<&str>)] = &[
("popcnt", None),
("rdrand", None),
("rdseed", None),
("rtm", Some("rtm_target_feature")),
("sha", None),
("sse", None),
("sse2", None),