update Makefile for brlib, bit_for_each new API

This commit is contained in:
2024-01-01 09:56:09 +01:00
parent 98cb2a8577
commit 558be57c58
3 changed files with 13 additions and 13 deletions

View File

@@ -179,7 +179,7 @@ eval_t eval_simple(pos_t *pos)
# endif
eval[color] += popcount64(pos->bb[color][bb]) * P_LETTER(piece);
bit_for_each64_2(cur, _t, pos->bb[color][bb]) {
bit_for_each64(cur, _t, pos->bb[color][bb]) {
# ifdef DEBUG_EVAL
log(5, "sq=%d:%d ", cur, gg[color][bb][cur]);
# endif