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

Change blosc2.c:set_values to always call memcpy if BLOSC_STRICT_ALIGN #588

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

mwhudson
Copy link
Contributor

While I have some sympathy with the argument in #550 that all this code depending on unaligned access should go away in favour of letting the compiler put it back when it makes sense, this particular instance of it is all that is making the test suite fail on 32-bit ARM on the current Ubuntu devel series.

@FrancescAlted
Copy link
Member

It seems a bit strange to me that this simple PR is the only thing required to make 32-bit ARM tests happy on Ubuntu, but if that is the case, I have nothing against it :-). Thanks @mwhudson !

@FrancescAlted FrancescAlted merged commit a4120e7 into Blosc:main Feb 12, 2024
17 checks passed
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.

2 participants