<!-- homu-ignore:start --> *[View all comments](https://triagebot.infra.rust-lang.org/gh-comments/rust-lang/rust/issues/99069)* <!-- homu-ignore:end --> Tracking https://github.com/rust-lang/rfcs/pull/1543. - [ ] std::sync::atomic::AtomicI128 - [ ] std::sync::atomic::AtomicU128 Seems related to https://github.com/rust-lang/rust/issues/56071. See also https://github.com/rust-lang/rust/pull/57425 which stabilized other atomic integer widths. Probably blocked by various LLVM issues: * llvm/llvm-project#81978 * llvm/llvm-project#187503
View all comments
Tracking rust-lang/rfcs#1543.
Seems related to #56071. See also #57425 which stabilized other atomic integer widths.
Probably blocked by various LLVM issues:
cmpxchg16bfor 128-bit atomics on x86_64 llvm/llvm-project#187503