]> git.sesse.net Git - stockfish/commit
Remove the now redundant TT prefetch call from Position::do_move.
authorjoergoster <osterj165@googlemail.com>
Mon, 6 Oct 2014 15:59:04 +0000 (23:59 +0800)
committerGary Linscott <glinscott@gmail.com>
Mon, 6 Oct 2014 15:59:56 +0000 (23:59 +0800)
commit15e21911110f9d459c4fef2bb17903d97345d0b9
treee01aaec157a3cda2cb731cc8f573558d38763209
parent8a9b9ec96a3bf04366dbac710d7019d081922186
Remove the now redundant TT prefetch call from Position::do_move.

Tested for no regression and passed both
STC
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 48250 W: 9757 L: 9686 D: 28807

LTC
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 51412 W: 8887 L: 8816 D: 33709

No functional change.

Resolves #66
src/position.cpp