Scorpio icon indicating copy to clipboard operation
Scorpio copied to clipboard

Fix for compile error when no AVX2 math set

Open tillchess opened this issue 4 years ago • 2 comments

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

tillchess avatar Nov 02 '21 15:11 tillchess

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.

dshawul avatar Nov 02 '21 17:11 dshawul

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

tillchess avatar Nov 02 '21 18:11 tillchess