-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add xorBlock for ARM architecture #4
Comments
Actually, I think I don't really understand the need for an arch specific implementation of xorBlock? Is this for performance optimization? For disallowing xor's on blocks that are not aligned? /cc @jvermillard |
There are arch-specific implementations because each contains arch-specific assumptions about the size of a block in relation to the size of
Feel free to send a pull request for arm. |
Pull request #5 tries to fix this issue. |
As far as I can tell this all works perfectly on ARM today, maybe this can be closed? |
Trying to cross compile for ARM, i got bitten by a missing implementation of the xorBlock function for ARM...
The text was updated successfully, but these errors were encountered: