Skip to content

Commit

Permalink
Update no_atomic.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 15, 2022
1 parent 0081fcc commit 5cb7cac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions no_atomic.rs
Expand Up @@ -7,6 +7,7 @@ const NO_ATOMIC_CAS: &[&str] = &[
"bpfel-unknown-none",
"msp430-none-elf",
"riscv32i-unknown-none-elf",
"riscv32im-unknown-none-elf",
"riscv32imc-unknown-none-elf",
"thumbv4t-none-eabi",
"thumbv6m-none-eabi",
Expand Down Expand Up @@ -49,6 +50,7 @@ const NO_ATOMIC_64: &[&str] = &[
"riscv32gc-unknown-linux-gnu",
"riscv32gc-unknown-linux-musl",
"riscv32i-unknown-none-elf",
"riscv32im-unknown-none-elf",
"riscv32imac-unknown-none-elf",
"riscv32imc-unknown-none-elf",
"thumbv4t-none-eabi",
Expand All @@ -66,5 +68,6 @@ const NO_ATOMIC: &[&str] = &[
"avr-unknown-gnu-atmega328",
"msp430-none-elf",
"riscv32i-unknown-none-elf",
"riscv32im-unknown-none-elf",
"riscv32imc-unknown-none-elf",
];

0 comments on commit 5cb7cac

Please sign in to comment.