]> git.sesse.net Git - stockfish/commitdiff
Small cleanups 12
authorStéphane Nicolet <cassio@free.fr>
Wed, 9 Sep 2020 08:49:31 +0000 (10:49 +0200)
committerStéphane Nicolet <cassio@free.fr>
Mon, 21 Sep 2020 08:41:10 +0000 (10:41 +0200)
- Clean signature of functions in namespace NNUE
- Add comment for countermove based pruning
- Remove bestMoveCount variable
- Add const qualifier to kpp_board_index array
- Fix spaces in get_best_thread()
- Fix indention in capture LMR code in search.cpp
- Rename TtmemDeleter to LargePageDeleter

Closes https://github.com/official-stockfish/Stockfish/pull/3063

No functional change


No differences found