Repository for the article Explaining Atomics in Rust
> Ok, so when we use the methods on atomics like fetch_addon AtomicUsize it actually the the assembly would instead look something like (an AT&T dalect) lock addq ..., ...instead of addq ..., ...which we'd normally expect. There is a double "the" in that sentence, but even without it, it doesn't make sense to me.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by Adarma and has received 1 comments.