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 dfc4930 commit 155faafCopy full SHA for 155faaf
src/librustc_back/target/armv7_linux_androideabi.rs
@@ -13,6 +13,7 @@ use target::Target;
13
pub fn target() -> Target {
14
let mut base = super::android_base::opts();
15
base.features = "+v7,+thumb2,+vfp3,+d16".to_string();
16
+ base.max_atomic_width = 64;
17
18
Target {
19
llvm_target: "armv7-none-linux-android".to_string(),
0 commit comments