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
I am trying to build for aarch64 using make CFLAGS="-mcpu=neoverse-n1 -O3" CXXFLAGS="-mcpu=neoverse-n1 -O3"
make CFLAGS="-mcpu=neoverse-n1 -O3" CXXFLAGS="-mcpu=neoverse-n1 -O3"
The build works but performance is much worse on the target system. (the resulting .so file is also ~1MB instead of ~5MB in my case)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to build for aarch64 using
make CFLAGS="-mcpu=neoverse-n1 -O3" CXXFLAGS="-mcpu=neoverse-n1 -O3"
The build works but performance is much worse on the target system. (the resulting .so file is also ~1MB instead of ~5MB in my case)
The text was updated successfully, but these errors were encountered: