X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.cpp;h=3df7d42546b333935d45cfce913a7330bc6a3c49;hp=b7eed922d10b0badeb0c4580ea34b76e31adaabf;hb=b3470d7ab1d8cfe0bacffc42fc9b30347940b5f4;hpb=e4695f15bc62c0e34572b3a995e25b7461d2ae90 diff --git a/src/bitboard.cpp b/src/bitboard.cpp index b7eed922..3df7d425 100644 --- a/src/bitboard.cpp +++ b/src/bitboard.cpp @@ -255,7 +255,7 @@ namespace { Bitboard masks[], unsigned shifts[], Square deltas[], Fn index) { int MagicBoosters[][8] = { { 969, 1976, 2850, 542, 2069, 2852, 1708, 164 }, - { 3101, 552, 3555, 926, 834, 4122, 2131, 1117 } }; + { 3101, 552, 3555, 926, 834, 26, 2131, 1117 } }; RKISS rk; Bitboard occupancy[4096], reference[4096], edges, b;