You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2025. It is now read-only.
barrier proposal (well, the implementation of the proposal, not the proposal itself): Add barrier proposal #216
There are alternatives to implement the above without asm!, but considering so many things would be resolved really easily if asm! was supported instead of the alternative of significant custom compiler support (I imagine quite a few future things will need it too), it'd be super great if we could implement asm!.
Supporting asm! itself is currently blocked by rust-lang/rust#78950, which once it's in (hopefully it gets in!), we'll have to wait for a nightly to drop with it.