We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ff7dc commit 607c543Copy full SHA for 607c543
src/librustc_target/spec/riscv32imac_unknown_none_elf.rs
@@ -28,7 +28,7 @@ pub fn target() -> TargetResult {
28
linker: Some("rust-lld".to_string()),
29
cpu: "generic-rv32".to_string(),
30
max_atomic_width: Some(32),
31
- atomic_cas: false, // incomplete +a extension
+ atomic_cas: true,
32
features: "+m,+a,+c".to_string(),
33
executables: true,
34
panic_strategy: PanicStrategy::Abort,
0 commit comments