Skip to content

Commit

Permalink
Update no_atomic.rs (#132)
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 Sep 8, 2024
1 parent 54ceb4b commit 6d67668
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions valuable/no_atomic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const NO_ATOMIC_CAS: &[&str] = &[
"thumbv4t-none-eabi",
"thumbv5te-none-eabi",
"thumbv6m-none-eabi",
"xtensa-esp32s2-none-elf",
];

const NO_ATOMIC_64: &[&str] = &[
Expand Down Expand Up @@ -72,6 +73,12 @@ const NO_ATOMIC_64: &[&str] = &[
"thumbv8m.base-none-eabi",
"thumbv8m.main-none-eabi",
"thumbv8m.main-none-eabihf",
"xtensa-esp32-espidf",
"xtensa-esp32-none-elf",
"xtensa-esp32s2-espidf",
"xtensa-esp32s2-none-elf",
"xtensa-esp32s3-espidf",
"xtensa-esp32s3-none-elf",
];

const NO_ATOMIC: &[&str] = &[
Expand Down

0 comments on commit 6d67668

Please sign in to comment.