File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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] ;
You can’t perform that action at this time.
0 commit comments