Skip to content

Commit b678aab

Browse files
committed
Auto merge of rust-lang#137395 - cuviper:beta-next, r=cuviper
[beta] stage0 update and a backport - bump stage0 to 1.85.0 - Remove SSE ABI from i586-pc-windows-msvc rust-lang#137149 r? cuviper
2 parents f0cb410 + fc02174 commit b678aab

File tree

2 files changed

+360
-465
lines changed

2 files changed

+360
-465
lines changed

compiler/rustc_target/src/spec/targets/i586_pc_windows_msvc.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use crate::spec::Target;
22

33
pub(crate) fn target() -> Target {
44
let mut base = super::i686_pc_windows_msvc::target();
5+
base.rustc_abi = None; // overwrite the SSE2 ABI set by the base target
56
base.cpu = "pentium".into();
67
base.llvm_target = "i586-pc-windows-msvc".into();
78
base

0 commit comments

Comments
 (0)