]> git.sesse.net Git - stockfish/commit - src/movepick.h
Remove template W param
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 23 Apr 2018 06:45:50 +0000 (08:45 +0200)
committerStéphane Nicolet <cassio@free.fr>
Mon, 23 Apr 2018 06:46:32 +0000 (08:46 +0200)
commita64d524d026bc78e4779fa3249649271d905df2d
tree5d4c5eb359c629f4b55417330e10daaa0a3f3b8e
parent82f7d507eaf83e27a33bf0b433be08d23320b6fe
Remove template W param

Different W template parameters for the different statEntries are
not needed, simplify by consistently using 32.

Passed STC:
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 21683 W: 4545 L: 4424 D: 12714
http://tests.stockfishchess.org/tests/view/5ad797550ebc595700526e59

Passed LTC:
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 110391 W: 16551 L: 16562 D: 77278
http://tests.stockfishchess.org/tests/view/5ad7a88f0ebc595700526e61

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

Bench: 5120532
src/movepick.cpp
src/movepick.h
src/search.cpp