Skip to content

Commit

Permalink
Bench: 29449065
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Dec 8, 2024
1 parent e67fd19 commit 69ddbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/history.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ INLINE void UpdateCorrectionHistory(Thread *thread, Stack *ss, int bestScore, in
ContCorrHistoryUpdate(5, bonus);
ContCorrHistoryUpdate(6, bonus);
ContCorrHistoryUpdate(7, bonus);
ContCorrHistoryUpdate2(4, bonus);
ContCorrHistoryUpdate2(3, bonus);
}

INLINE int GetQuietHistory(const Thread *thread, Stack *ss, Move move) {
Expand Down Expand Up @@ -153,5 +153,5 @@ INLINE int GetCorrectionHistory(const Thread *thread, const Stack *ss) {
+ *ContCorrEntry(5) / 48
+ *ContCorrEntry(6) / 48
+ *ContCorrEntry(7) / 48
+ *ContCorrEntry2(4) / 48;
+ *ContCorrEntry2(3) / 48;
}

0 comments on commit 69ddbb8

Please sign in to comment.