From: Marco Costalba Date: Sat, 4 Jun 2016 05:53:29 +0000 (+0200) Subject: Filter root moves filter before copy to threads X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=ca14345ba26fc40e1039029659f57028f510502f;hp=ca14345ba26fc40e1039029659f57028f510502f Filter root moves filter before copy to threads Currently root moves are copied to all teh threads but are DTZ filtered only in main thread at the beginning of teh search. This patch moves the TB filtering before the copy of root moves fixing issue #679 https://github.com/official-stockfish/Stockfish/issues/679 No bench change. ---