We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d096e5 commit 01c7850Copy full SHA for 01c7850
src/target_info.rs
@@ -5,6 +5,7 @@ pub const RISCV_ARCH_MAPPING: &[(&str, &str)] = &[
5
("riscv32gc", "riscv32"),
6
("riscv32i", "riscv32"),
7
("riscv32im", "riscv32"),
8
+ ("riscv32ima", "riscv32"),
9
("riscv32imac", "riscv32"),
10
("riscv32imafc", "riscv32"),
11
("riscv32imc", "riscv32"),
0 commit comments