-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
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
error happens when cargo install b3sum #176
Comments
What's the version of your C compiler and/or binutils? |
This function in
|
Using gcc version 5.5.0 |
Thanks I will try it later and report what happens |
|
I'm almost certain that this is caused by an old binutils version. What's the output of |
This is what happens with binutils 2.24, which is from 2013 and (as far as I can tell) is used in Ubuntu 14.04:
Binutils 2.24 happens to be the last version that did not support AVX-512 instructions. |
Yes, the compiling is done in Ubuntu 14.04. I will update the OS and try later. |
Hi , I am trying to install blake3
when executing "cargo install b3sum", an error happens and the log looks:
Seems the compiler tries to use AVX512 feature in the compiling, while my CPU does not support AVX 512 (Intel Xeon E5 2680
The text was updated successfully, but these errors were encountered: