-
Notifications
You must be signed in to change notification settings - Fork 19
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
Compiling Errors #2
Comments
Could you try this: There is a 'Makefile' can be referred to. Besides, have to ensure that the computer supports SSE/AVX2/POPCNT. |
I tried it, the result was:
I have the Intel CPU i7-3820, it Supports SSE4.2 & AVX. Is this the problem? Regards |
The result with the i5-6300U CPU looks even worse:
So are both CPU's not fullfilling the requirements? Regards |
I just found it out exactly when you wrote you Comment. Thanks alot, works fine now for me. Regards Edit: g++ Version is 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) |
Hello,
I am currently working on a Presentation for my University about PEIGEN. So i took a look in the README file and try to compile a simple code, but I got a few errors while compiling. Any Advice what this is all about?
Code
Console Output
PS: I hope I use the Git Syntax right, if not sorry, first time I post here.
The text was updated successfully, but these errors were encountered: