]> git.sesse.net Git - stockfish/blobdiff - src/syzygy/tbprobe.h
Filter root moves filter before copy to threads
[stockfish] / src / syzygy / tbprobe.h
index 2bcc0834c9cb8bb7896679703aa8627f067bba14..b23fdf66a1e5eb6c1aade5eacb59756da911a786 100644 (file)
@@ -12,6 +12,7 @@ int probe_wdl(Position& pos, int *success);
 int probe_dtz(Position& pos, int *success);
 bool root_probe(Position& pos, Search::RootMoves& rootMoves, Value& score);
 bool root_probe_wdl(Position& pos, Search::RootMoves& rootMoves, Value& score);
+void filter_root_moves(Position& pos, Search::RootMoves& rootMoves);
 
 }