We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899f81f commit 166c353Copy full SHA for 166c353
compiler/rustc_target/src/spec/riscv64_linux_android.rs
@@ -9,7 +9,7 @@ pub fn target() -> Target {
9
options: TargetOptions {
10
code_model: Some(CodeModel::Medium),
11
cpu: "generic-rv64".into(),
12
- features: "+m,+a,+f,+d,+c,+Zba,+Zbb,+Zbs,+V".into(),
+ features: "+m,+a,+f,+d,+c,+zba,+zbb,+zbs,+v".into(),
13
llvm_abiname: "lp64d".into(),
14
supported_sanitizers: SanitizerSet::ADDRESS,
15
max_atomic_width: Some(64),
0 commit comments