Skip to content

Commit

Permalink
Merge #712
Browse files Browse the repository at this point in the history
712: Update list of targets that do not support atomic CAS r=taiki-e a=taiki-e



Co-authored-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
bors[bot] and taiki-e authored Jun 7, 2021
2 parents 5861cc3 + 6dcc951 commit 9901fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions no_atomic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

const NO_ATOMIC_CAS: &[&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 9901fdc

Please sign in to comment.