Skip to content

Commit

Permalink
Add f16c target_feature
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Apr 23, 2019
1 parent 8f06188 commit 2d401fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_codegen_llvm/llvm_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 2d401fb

Please sign in to comment.