1
0
Fork 0
bench: 6380807
pull/3748/head
bmc4 2021-10-19 15:44:08 -03:00
parent 67d0616483
commit 0cb6b1df84
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
&& ttValue != VALUE_NONE // Possible in case of TT access race
&& (ttValue >= beta ? (tte->bound() & BOUND_LOWER)
: (tte->bound() & BOUND_UPPER)))