Skip to content

Commit f3d9b55

Browse files
Update no_atomic.rs (#139)
Co-authored-by: Taiki Endo <[email protected]>
1 parent 9efc29b commit f3d9b55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

valuable/no_atomic.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const NO_ATOMIC_CAS: &[&str] = &[
1717
"thumbv4t-none-eabi",
1818
"thumbv5te-none-eabi",
1919
"thumbv6m-none-eabi",
20-
"thumbv6m-nuttx-eabi",
2120
"xtensa-esp32s2-none-elf",
2221
];
2322

@@ -35,9 +34,12 @@ const NO_ATOMIC_64: &[&str] = &[
3534
"hexagon-unknown-linux-musl",
3635
"hexagon-unknown-none-elf",
3736
"m68k-unknown-linux-gnu",
37+
"m68k-unknown-none-elf",
38+
"mips-mti-none-elf",
3839
"mips-unknown-linux-gnu",
3940
"mips-unknown-linux-musl",
4041
"mips-unknown-linux-uclibc",
42+
"mipsel-mti-none-elf",
4143
"mipsel-sony-psp",
4244
"mipsel-unknown-linux-gnu",
4345
"mipsel-unknown-linux-musl",

0 commit comments

Comments
 (0)