We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The CAST macro is used to generate unaligned accesses. This breaks compatibility on architectures which don't support unaligned access, like ARM.
CAST
I'm looking into this issue and it seems that I would have to rewrite the CAST macro to be an inline function that uses byte loads.
The text was updated successfully, but these errors were encountered:
I use unaligned access on ARM all the time. I guess it depends on which ARM, as there are many slightly different ARM architectures.
Sorry, something went wrong.
No branches or pull requests
The
CAST
macro is used to generate unaligned accesses. This breaks compatibility on architectures which don't support unaligned access, like ARM.I'm looking into this issue and it seems that I would have to rewrite the CAST macro to be an inline function that uses byte loads.
The text was updated successfully, but these errors were encountered: