Skip to content

Commit

Permalink
Update list of targets that do not support atomic CAS (#2448)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Jun 7, 2021
1 parent e21b515 commit 06d21cd
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,8 @@

const NO_ATOMIC_CAS_TARGETS: &[&str] = &[
"avr-unknown-gnu-atmega328",
"bpfeb-unknown-none",
"bpfel-unknown-none",
"msp430-none-elf",
"riscv32i-unknown-none-elf",
"riscv32imc-unknown-none-elf",
Expand Down

0 comments on commit 06d21cd

Please sign in to comment.