]> git.sesse.net Git - stockfish/commitdiff
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)
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.


No differences found