We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0a5126 + 4d4df88 commit 9b1f943Copy full SHA for 9b1f943
compiler/rustc_target/src/spec/sparc_unknown_linux_gnu.rs
@@ -5,7 +5,7 @@ pub fn target() -> Target {
5
let mut base = super::linux_gnu_base::opts();
6
base.endian = Endian::Big;
7
base.cpu = "v9".into();
8
- base.max_atomic_width = Some(64);
+ base.max_atomic_width = Some(32);
9
base.add_pre_link_args(LinkerFlavor::Gnu(Cc::Yes, Lld::No), &["-mv8plus"]);
10
11
Target {
0 commit comments