We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4916801 + 607c543 commit 677064bCopy full SHA for 677064b
src/librustc_target/spec/riscv32imac_unknown_none_elf.rs
@@ -18,7 +18,7 @@ pub fn target() -> TargetResult {
18
linker: Some("rust-lld".to_string()),
19
cpu: "generic-rv32".to_string(),
20
max_atomic_width: Some(32),
21
- atomic_cas: false, // incomplete +a extension
+ atomic_cas: true,
22
features: "+m,+a,+c".to_string(),
23
executables: true,
24
panic_strategy: PanicStrategy::Abort,
0 commit comments