-
Notifications
You must be signed in to change notification settings - Fork 25
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
usage of pclmul may need SSE4.1 #32
Comments
Actually, the |
As reported in #32, it can cause a compile-time error.
Commit 3ab75d3 should fix this issue. Could you give it a try? |
Yes, this compiles now. Thank you. |
OK, thanks for the confirmation. Fixed by 3ab75d3 , closing. |
I still have an error The problem is fixed by 3ab75d3 but this commit is not in 1.17. |
I also have this same issue but I am using opam and OCaml and that package manager is pulling from https://github.com/xavierleroy/cryptokit/archive/release117.tar.gz This tar file does not contain the fix that removes the #include <smmintrin.h> in pclmul.c file. Can you please update the tar file with the latest versions of the code ASAP please? |
1267f4d fails to build on SLES12 x86_64:
smmintrin.h
looks different in gcc7, perhaps this is a bug in gcc 4.8.The text was updated successfully, but these errors were encountered: