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
Drop -mcpu=7450 -mtune=G5 and switch to -mcpu=G5 -m32 with increases to all alignment to 32 bytes to favour G5 cache lines. This is done and tested.
-mcpu=7450 -mtune=G5
-mcpu=G5 -m32
The text was updated successfully, but these errors were encountered:
#412: improve G5 compiler options
4f0b6c8
No branches or pull requests
Drop
-mcpu=7450 -mtune=G5
and switch to-mcpu=G5 -m32
with increases to all alignment to 32 bytes to favour G5 cache lines. This is done and tested.The text was updated successfully, but these errors were encountered: