Skip to content

Commit 2d401fb

Browse files
committed
Add f16c target_feature
1 parent 8f06188 commit 2d401fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_codegen_llvm/llvm_util.rs

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ const X86_WHITELIST: &[(&str, Option<&str>)] = &[
145145
("bmi1", None),
146146
("bmi2", None),
147147
("cmpxchg16b", Some("cmpxchg16b_target_feature")),
148+
("f16c", Some("f16c_target_feature")),
148149
("fma", None),
149150
("fxsr", None),
150151
("lzcnt", None),

0 commit comments

Comments
 (0)