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.
2 parents f0cb410 + fc02174 commit b678aabCopy full SHA for b678aab
compiler/rustc_target/src/spec/targets/i586_pc_windows_msvc.rs
@@ -2,6 +2,7 @@ use crate::spec::Target;
2
3
pub(crate) fn target() -> Target {
4
let mut base = super::i686_pc_windows_msvc::target();
5
+ base.rustc_abi = None; // overwrite the SSE2 ABI set by the base target
6
base.cpu = "pentium".into();
7
base.llvm_target = "i586-pc-windows-msvc".into();
8
base
0 commit comments