X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.cpp;h=3dfa040b8e2b0bd513926fd546a6ea4ba85b8382;hp=f7a6ba27626e114b065aa23d7efdd6895dda7d5e;hb=f90f810ac4de5ea2f5582ca05a9354c33971a953;hpb=ce5d9eb19da890c77d8ef00e078c60edc3e8e4aa diff --git a/src/bitboard.cpp b/src/bitboard.cpp index f7a6ba27..3dfa040b 100644 --- a/src/bitboard.cpp +++ b/src/bitboard.cpp @@ -340,7 +340,7 @@ Square pop_1st_bit(Bitboard *b) { #endif -#else +#else // defined(USE_FOLDED_BITSCAN) static const int BitTable[64] = { 0, 1, 2, 7, 3, 13, 8, 19, 4, 25, 14, 28, 9, 34, 20, 40, 5, 17, 26, 38, 15,