Skip to content

Commit

Permalink
Update no_atomic.rs (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: Taiki Endo <[email protected]>
  • Loading branch information
github-actions[bot] and taiki-e authored Dec 9, 2024
1 parent 6d67668 commit 0bdc416
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions valuable/no_atomic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ const NO_ATOMIC_CAS: &[&str] = &[
"bpfeb-unknown-none",
"bpfel-unknown-none",
"msp430-none-elf",
"riscv32e-unknown-none-elf",
"riscv32em-unknown-none-elf",
"riscv32emc-unknown-none-elf",
"riscv32i-unknown-none-elf",
"riscv32im-unknown-none-elf",
"riscv32imc-unknown-none-elf",
"thumbv4t-none-eabi",
"thumbv5te-none-eabi",
"thumbv6m-none-eabi",
"thumbv6m-nuttx-eabi",
"xtensa-esp32s2-none-elf",
];

Expand Down Expand Up @@ -46,33 +50,48 @@ const NO_ATOMIC_64: &[&str] = &[
"powerpc-unknown-linux-gnu",
"powerpc-unknown-linux-gnuspe",
"powerpc-unknown-linux-musl",
"powerpc-unknown-linux-muslspe",
"powerpc-unknown-netbsd",
"powerpc-unknown-openbsd",
"powerpc-wrs-vxworks",
"powerpc-wrs-vxworks-spe",
"riscv32-wrs-vxworks",
"riscv32e-unknown-none-elf",
"riscv32em-unknown-none-elf",
"riscv32emc-unknown-none-elf",
"riscv32gc-unknown-linux-gnu",
"riscv32gc-unknown-linux-musl",
"riscv32i-unknown-none-elf",
"riscv32im-unknown-none-elf",
"riscv32ima-unknown-none-elf",
"riscv32imac-esp-espidf",
"riscv32imac-unknown-none-elf",
"riscv32imac-unknown-nuttx-elf",
"riscv32imac-unknown-xous-elf",
"riscv32imafc-esp-espidf",
"riscv32imafc-unknown-none-elf",
"riscv32imafc-unknown-nuttx-elf",
"riscv32imc-esp-espidf",
"riscv32imc-unknown-none-elf",
"riscv32imc-unknown-nuttx-elf",
"sparc-unknown-linux-gnu",
"sparc-unknown-none-elf",
"thumbv4t-none-eabi",
"thumbv5te-none-eabi",
"thumbv6m-none-eabi",
"thumbv6m-nuttx-eabi",
"thumbv7em-none-eabi",
"thumbv7em-none-eabihf",
"thumbv7em-nuttx-eabi",
"thumbv7em-nuttx-eabihf",
"thumbv7m-none-eabi",
"thumbv7m-nuttx-eabi",
"thumbv8m.base-none-eabi",
"thumbv8m.base-nuttx-eabi",
"thumbv8m.main-none-eabi",
"thumbv8m.main-none-eabihf",
"thumbv8m.main-nuttx-eabi",
"thumbv8m.main-nuttx-eabihf",
"xtensa-esp32-espidf",
"xtensa-esp32-none-elf",
"xtensa-esp32s2-espidf",
Expand Down

0 comments on commit 0bdc416

Please sign in to comment.