rustcc / Rust_Atomics_and_Locks

Rust Atomics and Locks (中文翻译)
https://rustcc.github.io/Rust_Atomics_and_Locks/
MIT License
227 stars 29 forks source link

Fix chapter 6 Load and Store Rust/asm code wrong #79

Closed pymongo closed 11 months ago

pymongo commented 11 months ago

我中英文对着一起看的时候才发现,第七章书中说的代码是 x.store(0, Relaxed) 结果中文翻译版本里面估计是复制粘贴了还没改还是错误的 x=0

fwqaaq commented 11 months ago

Thanks