(Replying to PARENT post)
https://doc.rust-lang.org/std/sync/atomic/struct.AtomicU32.h...
It's accepted by the compiler, but if provided, it compiles to a panic.
๐คraphlinus๐4y๐ผ0๐จ๏ธ0
It's accepted by the compiler, but if provided, it compiles to a panic.
(Replying to PARENT post)
Is this true? AcqRel seems to be accepted by the compiler for the success ordering of compare_exchange_weak.