We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0081fcc + 5cb7cac commit 113daf4Copy full SHA for 113daf4
no_atomic.rs
@@ -7,6 +7,7 @@ const NO_ATOMIC_CAS: &[&str] = &[
7
"bpfel-unknown-none",
8
"msp430-none-elf",
9
"riscv32i-unknown-none-elf",
10
+ "riscv32im-unknown-none-elf",
11
"riscv32imc-unknown-none-elf",
12
"thumbv4t-none-eabi",
13
"thumbv6m-none-eabi",
@@ -49,6 +50,7 @@ const NO_ATOMIC_64: &[&str] = &[
49
50
"riscv32gc-unknown-linux-gnu",
51
"riscv32gc-unknown-linux-musl",
52
53
54
"riscv32imac-unknown-none-elf",
55
56
@@ -66,5 +68,6 @@ const NO_ATOMIC: &[&str] = &[
66
68
"avr-unknown-gnu-atmega328",
67
69
70
71
72
73
];
0 commit comments