We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d9b55 commit e5135daCopy full SHA for e5135da
valuable/no_atomic.rs
@@ -4,7 +4,7 @@
4
const NO_ATOMIC_CAS: &[&str] = &[
5
"armv4t-none-eabi",
6
"armv5te-none-eabi",
7
- "avr-unknown-gnu-atmega328",
+ "avr-none",
8
"bpfeb-unknown-none",
9
"bpfel-unknown-none",
10
"msp430-none-elf",
@@ -103,7 +103,7 @@ const NO_ATOMIC_64: &[&str] = &[
103
];
104
105
const NO_ATOMIC: &[&str] = &[
106
107
108
109
"mipsel-sony-psx",
0 commit comments