Add f16c target_feature
This commit is contained in:
parent
8f06188991
commit
2d401fb4dc
@ -145,6 +145,7 @@ const X86_WHITELIST: &[(&str, Option<&str>)] = &[
|
||||
("bmi1", None),
|
||||
("bmi2", None),
|
||||
("cmpxchg16b", Some("cmpxchg16b_target_feature")),
|
||||
("f16c", Some("f16c_target_feature")),
|
||||
("fma", None),
|
||||
("fxsr", None),
|
||||
("lzcnt", None),
|
||||
|
Loading…
Reference in New Issue
Block a user