whitelist rtm x86 cpu feature
This commit is contained in:
parent
3c3d3c1777
commit
365a48a8bf
5 changed files with 5 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue