Skip to content

Commit 5cb7cac

Browse files
committed
Update no_atomic.rs
1 parent 0081fcc commit 5cb7cac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

no_atomic.rs

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const NO_ATOMIC_CAS: &[&str] = &[
77
"bpfel-unknown-none",
88
"msp430-none-elf",
99
"riscv32i-unknown-none-elf",
10+
"riscv32im-unknown-none-elf",
1011
"riscv32imc-unknown-none-elf",
1112
"thumbv4t-none-eabi",
1213
"thumbv6m-none-eabi",
@@ -49,6 +50,7 @@ const NO_ATOMIC_64: &[&str] = &[
4950
"riscv32gc-unknown-linux-gnu",
5051
"riscv32gc-unknown-linux-musl",
5152
"riscv32i-unknown-none-elf",
53+
"riscv32im-unknown-none-elf",
5254
"riscv32imac-unknown-none-elf",
5355
"riscv32imc-unknown-none-elf",
5456
"thumbv4t-none-eabi",
@@ -66,5 +68,6 @@ const NO_ATOMIC: &[&str] = &[
6668
"avr-unknown-gnu-atmega328",
6769
"msp430-none-elf",
6870
"riscv32i-unknown-none-elf",
71+
"riscv32im-unknown-none-elf",
6972
"riscv32imc-unknown-none-elf",
7073
];

0 commit comments

Comments
 (0)