Skip to content

Replace use of AtomicU64 with AtomicUsize.#28

Merged
thoren-d merged 4 commits into
developfrom
fix/atomic-u64-usage
Mar 15, 2024
Merged

Replace use of AtomicU64 with AtomicUsize.#28
thoren-d merged 4 commits into
developfrom
fix/atomic-u64-usage

Conversation

@thoren-d

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

Copy link
Copy Markdown
Owner

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
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