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 3d69bec commit ac25b44Copy full SHA for ac25b44
src/librustc_back/target/i686_pc_windows_msvc.rs
@@ -12,7 +12,7 @@ use target::Target;
12
13
pub fn target() -> Target {
14
let mut base = super::windows_msvc_base::opts();
15
- base.cpu = "i686".to_string();
+ base.cpu = "pentium4".to_string();
16
17
Target {
18
llvm_target: "i686-pc-windows-msvc".to_string(),
0 commit comments