From 69ddbb87f7db77a6edd7d7500ac4e73814d40592 Mon Sep 17 00:00:00 2001 From: Terje Date: Sun, 8 Dec 2024 23:26:53 +0100 Subject: [PATCH] Bench: 29449065 --- src/history.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/history.h b/src/history.h index 3bff18ae..e5225cda 100644 --- a/src/history.h +++ b/src/history.h @@ -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) { @@ -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; }