Y
Hacker News
new
|
ask
|
show
|
jobs
by
silon42
115 days ago
Not even close. Except maybe in Rust /s
1 comments
galangalalgol
115 days ago
For rustaceans missing that /s, if you just use Relaxed ordering everywhere and you aren't sure why, but hey tests pass on x86, then yeah on arm it may have a problem. On x86 it effectively is SeqCst even if you specify Relaxed.
link