You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust-lang/rust#57425 stabilized 64bits atomics for arches which supports them. It is coming to Rust stable >= 1.34. There are a few caveats about 32-bits non-Intel arches where they are not available, though.
AtomicU64/I64 are nearly stable. We should adopt these everywhere as long as it is feasible to do so on 32-bit x86 and ARM targets.
this one should make @lucab happy xD
The text was updated successfully, but these errors were encountered: