Skip to content

Commit 7a98cf0

Browse files
committed
Update no_atomic_cas.rs
1 parent bfd3928 commit 7a98cf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

no_atomic_cas.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
const NO_ATOMIC_CAS: &[&str] = &[
55
"armv4t-none-eabi",
6+
"armv5te-none-eabi",
67
"avr-unknown-gnu-atmega328",
78
"bpfeb-unknown-none",
89
"bpfel-unknown-none",
@@ -11,5 +12,6 @@ const NO_ATOMIC_CAS: &[&str] = &[
1112
"riscv32im-unknown-none-elf",
1213
"riscv32imc-unknown-none-elf",
1314
"thumbv4t-none-eabi",
15+
"thumbv5te-none-eabi",
1416
"thumbv6m-none-eabi",
1517
];

0 commit comments

Comments
 (0)