File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
rustc_codegen_cranelift/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ impl CodegenBackend for CraneliftCodegenBackend {
184
184
// FIXME return the actually used target features. this is necessary for #[cfg(target_feature)]
185
185
let target_features = if sess. target . arch == "x86_64" && sess. target . os != "none" {
186
186
// x86_64 mandates SSE2 support and rustc requires the x87 feature to be enabled
187
- vec ! [ sym:: fsxr , sym:: sse, sym:: sse2, Symbol :: intern( "x87" ) ]
187
+ vec ! [ sym:: fxsr , sym:: sse, sym:: sse2, Symbol :: intern( "x87" ) ]
188
188
} else if sess. target . arch == "aarch64" {
189
189
match & * sess. target . os {
190
190
"none" => vec ! [ ] ,
Original file line number Diff line number Diff line change @@ -1080,14 +1080,14 @@ symbols! {
1080
1080
fs_create_dir,
1081
1081
fsub_algebraic,
1082
1082
fsub_fast,
1083
- fsxr,
1084
1083
full,
1085
1084
fundamental,
1086
1085
fused_iterator,
1087
1086
future,
1088
1087
future_drop_poll,
1089
1088
future_output,
1090
1089
future_trait,
1090
+ fxsr,
1091
1091
gdb_script_file,
1092
1092
ge,
1093
1093
gen_blocks,
You can’t perform that action at this time.
0 commit comments