We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b660f commit 528f100Copy full SHA for 528f100
library/core/src/sync/atomic.rs
@@ -2114,6 +2114,7 @@ atomic_int! {
2114
unstable(feature = "integer_atomics", issue = "32976"),
2115
rustc_const_stable(feature = "const_integer_atomics", since = "1.34.0"),
2116
2117
+ from_mut: cfg(not(target_arch = "x86_64")),
2118
"i128", "../../../std/primitive.i128.html",
2119
"#![feature(integer_atomics)]\n\n",
2120
atomic_min, atomic_max,
@@ -2132,6 +2133,7 @@ atomic_int! {
2132
2133
2134
2135
2136
2137
"u128", "../../../std/primitive.u128.html",
2138
2139
atomic_umin, atomic_umax,
0 commit comments