We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f06188 commit 2d401fbCopy full SHA for 2d401fb
1 file changed
src/librustc_codegen_llvm/llvm_util.rs
@@ -145,6 +145,7 @@ const X86_WHITELIST: &[(&str, Option<&str>)] = &[
145
("bmi1", None),
146
("bmi2", None),
147
("cmpxchg16b", Some("cmpxchg16b_target_feature")),
148
+ ("f16c", Some("f16c_target_feature")),
149
("fma", None),
150
("fxsr", None),
151
("lzcnt", None),
0 commit comments