From: Marco Costalba Date: Tue, 18 Mar 2014 11:07:26 +0000 (+0100) Subject: Increase max threads to 128 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=aab5863dd42da0a8e493a2ffaca96319b3d19ebb;hp=aab5863dd42da0a8e493a2ffaca96319b3d19ebb;p=stockfish 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. ---