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] = &[
7
7
"bpfel-unknown-none" ,
8
8
"msp430-none-elf" ,
9
9
"riscv32i-unknown-none-elf" ,
10
+ "riscv32im-unknown-none-elf" ,
10
11
"riscv32imc-unknown-none-elf" ,
11
12
"thumbv4t-none-eabi" ,
12
13
"thumbv6m-none-eabi" ,
@@ -49,6 +50,7 @@ const NO_ATOMIC_64: &[&str] = &[
49
50
"riscv32gc-unknown-linux-gnu" ,
50
51
"riscv32gc-unknown-linux-musl" ,
51
52
"riscv32i-unknown-none-elf" ,
53
+ "riscv32im-unknown-none-elf" ,
52
54
"riscv32imac-unknown-none-elf" ,
53
55
"riscv32imc-unknown-none-elf" ,
54
56
"thumbv4t-none-eabi" ,
@@ -66,5 +68,6 @@ const NO_ATOMIC: &[&str] = &[
66
68
"avr-unknown-gnu-atmega328" ,
67
69
"msp430-none-elf" ,
68
70
"riscv32i-unknown-none-elf" ,
71
+ "riscv32im-unknown-none-elf" ,
69
72
"riscv32imc-unknown-none-elf" ,
70
73
] ;
You can’t perform that action at this time.
0 commit comments