Skip to content

Commit

Permalink
Update no_atomic_cas.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 22, 2022
1 parent bfd3928 commit 7a98cf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions no_atomic_cas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

const NO_ATOMIC_CAS: &[&str] = &[
"armv4t-none-eabi",
"armv5te-none-eabi",
"avr-unknown-gnu-atmega328",
"bpfeb-unknown-none",
"bpfel-unknown-none",
Expand All @@ -11,5 +12,6 @@ const NO_ATOMIC_CAS: &[&str] = &[
"riscv32im-unknown-none-elf",
"riscv32imc-unknown-none-elf",
"thumbv4t-none-eabi",
"thumbv5te-none-eabi",
"thumbv6m-none-eabi",
];

0 comments on commit 7a98cf0

Please sign in to comment.