X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=cbaa07e86e6c7925aa810347fc63688f63810252;hp=b7baeb6b77d248128893fae25a411638d2805382;hb=15e21911110f9d459c4fef2bb17903d97345d0b9;hpb=74829342efcb93a6f581f69e293a02d3e2cfc507 diff --git a/src/position.cpp b/src/position.cpp index b7baeb6b..cbaa07e8 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -807,9 +807,6 @@ void Position::do_move(Move m, StateInfo& newSt, const CheckInfo& ci, bool moveI st->castlingRights &= ~cr; } - // Prefetch TT access as soon as we know the new hash key - prefetch((char*)TT.first_entry(k)); - // Move the piece. The tricky Chess960 castling is handled earlier if (type_of(m) != CASTLING) move_piece(from, to, us, pt);