]> git.sesse.net Git - stockfish/commit
Increase max threads to 128
authorMarco Costalba <mcostalba@gmail.com>
Tue, 18 Mar 2014 11:07:26 +0000 (12:07 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 18 Mar 2014 11:07:26 +0000 (12:07 +0100)
commitaab5863dd42da0a8e493a2ffaca96319b3d19ebb
tree400ebee0fb3367a2c2d9b5cc69d82043807d5114
parentfa3f6dcbead5366acbef23f241a141e3fa5c44f9
Increase max threads to 128

Thanks to std::bitset we can easily increase
the limit of active threads above 64.

Thanks to Lucas Braesch for pointing at the
correct solution of using std::bitset.

No functional change.
src/search.cpp
src/thread.cpp
src/thread.h