Skip to content

Commit

Permalink
bench: 1727577
Browse files Browse the repository at this point in the history
bench: 1727577
  • Loading branch information
FauziAkram authored Jul 20, 2023
1 parent 5ea1cbc commit aa00f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ void Thread::search() {
}

mainThread->iterValue[iterIdx] = bestValue;
// Cycle the value of iterIdx among 0, 1, 2, and 3 by keeping only the last bit.
iterIdx = (iterIdx + 1) & 3;
}

Expand Down

0 comments on commit aa00f55

Please sign in to comment.