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 d6766e2 commit fcb06f7Copy full SHA for fcb06f7
compiler/rustc_target/src/spec/targets/x86_64_pc_windows_msvc.rs
@@ -5,7 +5,7 @@ pub fn target() -> Target {
5
base.cpu = "x86-64".into();
6
base.features = "+cx16,+sse3".into();
7
base.plt_by_default = false;
8
- base.max_atomic_width = Some(64);
+ base.max_atomic_width = Some(128);
9
base.supported_sanitizers = SanitizerSet::ADDRESS;
10
11
Target {
0 commit comments