X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.cpp;h=edadb8e3cf057c2e54e8e29f1a838a5637141a66;hp=dbaeb701cff9e6e29fc732895a71fda4408bc99e;hb=5943600a890cef1e83235d08b248e686c95c77d1;hpb=589c711449ef09b459b76d8891b6abc5c0b843bd diff --git a/src/bitboard.cpp b/src/bitboard.cpp index dbaeb701..edadb8e3 100644 --- a/src/bitboard.cpp +++ b/src/bitboard.cpp @@ -252,6 +252,7 @@ namespace { int seeds[][RANK_NB] = { { 8977, 44560, 54343, 38998, 5731, 95205, 104912, 17020 }, { 728, 10316, 55013, 32803, 12281, 15100, 16645, 255 } }; + Bitboard occupancy[4096], reference[4096], edges, b; int i, size;