]> git.sesse.net Git - stockfish/commitdiff
Rework perft implementation
authorMarco Costalba <mcostalba@gmail.com>
Fri, 8 Aug 2014 08:59:28 +0000 (10:59 +0200)
committerlucasart <lucas.braesch@gmail.com>
Sat, 9 Aug 2014 05:00:59 +0000 (13:00 +0800)
Unify various perft functions and move all the code
to search.cpp.

Avoid perft implementation to be splitted between
benchmark.cpp (where it has no reason to be) and
search.cpp

No functional and no speed change (tested).


No differences found