Add f16c target_feature

This commit is contained in:
gnzlbg 2019-04-23 08:43:13 +02:00
parent 8f06188991
commit 2d401fb4dc

View file

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