Skip to content

Commit

Permalink
Bench: 23851500
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Dec 22, 2024
1 parent 16ce294 commit 02415f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#define isTerminal(score) (isWin(score) || isLoss(score))

#define matedIn(ply) (-MATE + (ply))
#define mateIn(ply) (MATE + (ply))
#define mateIn(ply) (MATE - (ply))

typedef uint64_t Bitboard;
typedef uint64_t Key;
Expand Down

0 comments on commit 02415f8

Please sign in to comment.