1
0
Fork 0
pull/3754/head
bmc4 2021-10-22 10:35:42 -03:00
parent 8a8640a761
commit 2da18236cc
1 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,7 @@ namespace {
// At non-PV nodes we check for an early TT cutoff
if ( !PvNode
&& ss->ttHit
&& tte->depth() > depth
&& tte->depth() > depth - (thisThread->id() % 2 == 1)
&& ttValue != VALUE_NONE // Possible in case of TT access race
&& (ttValue >= beta ? (tte->bound() & BOUND_LOWER)
: (tte->bound() & BOUND_UPPER)))