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
Need a Tegra dev-board to test with.
Requires #209 and #287
Might take some time because of need to find unaligned loads.
The text was updated successfully, but these errors were encountered:
Try qemu with all the non-graphical features
Runtime unaligned load/store trapping https://stackoverflow.com/a/16549366
Sorry, something went wrong.
GCC flag -mno-unaligned-access could be useful
-mno-unaligned-access
On x86 to prepare for ARM https://stackoverflow.com/a/17748435 also flag -Wcast-align is welcome
-Wcast-align
No branches or pull requests
Need a Tegra dev-board to test with.
Requires #209 and #287
Might take some time because of need to find unaligned loads.
The text was updated successfully, but these errors were encountered: