We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff5e32d + 136a465 commit 08e880aCopy full SHA for 08e880a
no_atomic.rs
@@ -2,6 +2,7 @@
2
// It is not intended for manual editing.
3
4
const NO_ATOMIC_CAS: &[&str] = &[
5
+ "armv4t-none-eabi",
6
"avr-unknown-gnu-atmega328",
7
"bpfeb-unknown-none",
8
"bpfel-unknown-none",
@@ -18,6 +19,7 @@ const NO_ATOMIC_64: &[&str] = &[
18
19
"arm-linux-androideabi",
20
"armebv7r-none-eabi",
21
"armebv7r-none-eabihf",
22
23
"armv4t-unknown-linux-gnueabi",
24
"armv5te-unknown-linux-gnueabi",
25
"armv5te-unknown-linux-musleabi",
0 commit comments