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

Fix unaligned panic on 32 bit arm #53

Merged
merged 2 commits into from Feb 3, 2023
Merged

Fix unaligned panic on 32 bit arm #53

merged 2 commits into from Feb 3, 2023

Conversation

qmuntal
Copy link
Owner

@qmuntal qmuntal commented Feb 3, 2023

Fixes #52

There was a partial fix for this issue in #32. This time I've used atomic.Uint64 which is guaranteed to be correctly aligned. The unfortunate side-efect is that it requires go1.19.

@qmuntal qmuntal merged commit c18926d into master Feb 3, 2023
@qmuntal qmuntal deleted the fix-ops branch February 3, 2023 16: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.

unaligned 64-bit atomic operation
1 participant