X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.cpp;h=dd8023e9bd5770eef292f87301750dc55b1ccbcf;hp=380c5985c1603ac50afc4a616673998f1e9ac83c;hb=b833c8247afcfd4a5404b0473f31ebddb23f57d6;hpb=990d83a72d430aef47151a1ff39e5f97ee14618a diff --git a/src/bitboard.cpp b/src/bitboard.cpp index 380c5985..dd8023e9 100644 --- a/src/bitboard.cpp +++ b/src/bitboard.cpp @@ -297,8 +297,8 @@ void init_bitboards() { #if defined(IS_64BIT) && !defined(USE_BSFQ) -CACHE_LINE_ALIGNMENT -static const int BitTable[64] = { +static CACHE_LINE_ALIGNMENT +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, 46, 29, 48, 10, 31, 35, 54, 21, 50, 41, 57, 63, 6, 12, 18, 24, 27, 33, 39, 16, 37, 45, 47, 30, 53, 49, 56, 62, 11, 23, 32, 36, 44, 52, 55, 61, 22, 43,