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 218365e commit 7ad4677Copy full SHA for 7ad4677
src/target_info.rs
@@ -2,6 +2,9 @@
2
//! in dev-tools/gen-target-info if you need to make changes.
3
4
pub const RISCV_ARCH_MAPPING: &[(&str, &str)] = &[
5
+ ("riscv32e", "riscv32"),
6
+ ("riscv32em", "riscv32"),
7
+ ("riscv32emc", "riscv32"),
8
("riscv32gc", "riscv32"),
9
("riscv32i", "riscv32"),
10
("riscv32im", "riscv32"),
0 commit comments