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
march=native on fedora with clang seem to fail to detect the right target:
march=native
error: unknown target CPU 'pentium-m'
https://ci.inria.fr/linbox/job/Givaro/Archi=linbox-fedora,Compiler=clang++/257/
The text was updated successfully, but these errors were encountered:
Not sure we want to fix this problem on our side, unless someone shows up who actually needs it to be solved.
Sorry, something went wrong.
I found this help that may help: http://clang-developers.42468.n3.nabble.com/unknown-target-CPU-pentium-m-td4062968.html
It looks like a problem with the installation of clang on this machine.
No branches or pull requests
march=native
on fedora with clang seem to fail to detect the right target:https://ci.inria.fr/linbox/job/Givaro/Archi=linbox-fedora,Compiler=clang++/257/
The text was updated successfully, but these errors were encountered: