Hacker News new | ask | show | jobs
by nicoburns 221 days ago
If it comes to it then Rust has excellent support for inline assembly
1 comments

But how well does it play with memory fences?
You don’t even need inline assembly for those https://doc.rust-lang.org/stable/std/sync/atomic/fn.fence.ht...