aboutsummaryrefslogtreecommitdiff
path: root/no_atomic_cas.rs
blob: 16ec628cdfd625e1daa9c7ff46e8d3ac7f99a1b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This file is @generated by no_atomic_cas.sh.
// It is not intended for manual editing.

const NO_ATOMIC_CAS: &[&str] = &[
    "armv4t-none-eabi",
    "armv5te-none-eabi",
    "avr-unknown-gnu-atmega328",
    "bpfeb-unknown-none",
    "bpfel-unknown-none",
    "msp430-none-elf",
    "riscv32i-unknown-none-elf",
    "riscv32im-unknown-none-elf",
    "riscv32imc-unknown-none-elf",
    "thumbv4t-none-eabi",
    "thumbv5te-none-eabi",
    "thumbv6m-none-eabi",
];