Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax SeqCst atomic ordering #625

Merged
merged 3 commits into from
Apr 14, 2024
Merged

Relax SeqCst atomic ordering #625

merged 3 commits into from
Apr 14, 2024

Conversation

Thomasdezeeuw
Copy link
Owner

This replaces all SeqCst atomic operations with Release, Acquire or AcqRel.

Also see rust-lang/rust#122729.

This replaces all SeqCst atomic operations with Release, Acquire or
AcqRel.

Also see rust-lang/rust#122729.
This replaces all SeqCst atomic operations with Release, Acquire or
AcqRel.

Also see rust-lang/rust#122729.
This replaces all SeqCst atomic operations with Release, Acquire or
AcqRel.

Also see rust-lang/rust#122729.
@Thomasdezeeuw Thomasdezeeuw merged commit edf88f3 into main Apr 14, 2024
15 checks passed
@Thomasdezeeuw Thomasdezeeuw deleted the atomic-ordering branch April 14, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant