Skip to content

Commit

Permalink
Bench: 2522979
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonnold committed Feb 4, 2024
1 parent e4e6cfb commit 87ddbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eval.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "util.h"

#define EVAL_UNKNOWN 2046
#define EVAL_LAZY_MARGIN 505
#define EVAL_LAZY_MARGIN 450

INLINE int ClampEval(int eval) {
return Min(EVAL_UNKNOWN - 1, Max(-EVAL_UNKNOWN + 1, eval));
Expand Down

0 comments on commit 87ddbee

Please sign in to comment.