Skip to content
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

Fix for compile error when no AVX2 math set #23

Open
tillchess opened this issue Nov 2, 2021 · 2 comments
Open

Fix for compile error when no AVX2 math set #23

tillchess opened this issue Nov 2, 2021 · 2 comments

Comments

@tillchess
Copy link

Line 127 in the Makefile:
CXXFLAGS+=-msse3 -mpopcnt
#CXXFLAGS += -mavx2

@dshawul
Copy link
Owner

dshawul commented Nov 2, 2021

Scorpio needs additional libraries to work with neural networks which are all compiled with AVX2 enabled due to performance reasons, but I guess Scorpio itself canbe be compiled without it. If your machine does not have AVX2, you won't be able to use either NNUE or big NN.

@tillchess
Copy link
Author

Right. I noticed it after I wrote the above message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants