We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4151a4 commit d931a58Copy full SHA for d931a58
compiler/rustc_target/src/spec/thumbv6m_none_eabi.rs
@@ -14,9 +14,8 @@ pub fn target() -> Target {
14
// The ARMv6-M architecture doesn't support unaligned loads/stores so we disable them
15
// with +strict-align.
16
features: "+strict-align".into(),
17
- // There are no atomic instructions available in the instruction set of the ARMv6-M
+ // There are no atomic CAS instructions available in the instruction set of the ARMv6-M
18
// architecture
19
- max_atomic_width: Some(0),
20
atomic_cas: false,
21
..super::thumb_base::opts()
22
},
0 commit comments