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

Replace use of AtomicU64 with AtomicUsize. #28

Merged
merged 4 commits into from
Mar 15, 2024
Merged

Conversation

thoren-d
Copy link
Owner

@thoren-d thoren-d commented Mar 15, 2024

This should be sufficient as std requires pointer-sized atomic support.

Fixes #27

@thoren-d thoren-d merged commit 7e2625a into develop Mar 15, 2024
14 checks passed
thoren-d added a commit that referenced this pull request Mar 15, 2024
This should be sufficient as std requires pointer-sized atomic support.

Fixes #27

(cherry picked from commit 7e2625a)
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.

Does not build on platforms without AtomicU64
1 participant