mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-23 06:42:23 +00:00
14 lines
356 B
Rust
14 lines
356 B
Rust
// This file is @generated by no_atomic_cas.sh.
|
|
// It is not intended for manual editing.
|
|
|
|
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",
|
|
"thumbv4t-none-eabi",
|
|
"thumbv6m-none-eabi",
|
|
];
|