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
gcc doesn't support -mfma flag on arm64 CPUs, leading to compile error
gcc
-mfma
arm64
c++: error: unrecognized command-line option ‘-mfma’
on pip install.
pip install
Fix: Remove -mfma compile flags in CMakeLists.txt
CMakeLists.txt
The text was updated successfully, but these errors were encountered:
b7efaf9
Merge pull request #412 from itpplasma/master
8200130
Fix #411 compile flags on Apple Silicon Ubuntu Docker
mbkumar
No branches or pull requests
gcc
doesn't support-mfma
flag onarm64
CPUs, leading to compile erroron
pip install
.Fix: Remove
-mfma
compile flags inCMakeLists.txt
The text was updated successfully, but these errors were encountered: