Skip to content

Commit

Permalink
Bench: 27600569
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Feb 3, 2025
1 parent 92dfcc1 commit 437785b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/history.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@ INLINE int GetCorrectionHistory(const Thread *thread, const Stack *ss) {
+ 3379 * *ContCorrEntry(6)
+ 2901 * *ContCorrEntry(7);

return CLAMP(c / 131072, -256, 256);
return CLAMP(c / 131072, -512, 512);
}

0 comments on commit 437785b

Please sign in to comment.