Open
Description
Location
https://doc.rust-lang.org/nightly/std/?search=AtomicU128
Summary
AtomicU128/AtomicI128 are hidden when the docs for std are built for the rust-lang website, I'm guessing this is likely because the website's docs are for x86_64-unknown-linux-gnu, which doesn't have 128-bit atomics due to not having the cmpxchg16b target feature enabled by default.
see also #99069