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