X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.cpp;h=aa65d7f812c2814744a48f26f419572d07712429;hp=b3dbd00be2f6fe5583a2e16ad7c4e2771b504609;hb=375797d51c8c18b98930f5e4c404b7fd572f6737;hpb=8e98bd616e33cbe2d5cd7a22867a29d29bd67a1b diff --git a/src/bitboard.cpp b/src/bitboard.cpp index b3dbd00b..aa65d7f8 100644 --- a/src/bitboard.cpp +++ b/src/bitboard.cpp @@ -24,8 +24,6 @@ #include "bitcount.h" #include "rkiss.h" -CACHE_LINE_ALIGNMENT - Bitboard RMasks[SQUARE_NB]; Bitboard RMagics[SQUARE_NB]; Bitboard* RAttacks[SQUARE_NB]; @@ -58,8 +56,6 @@ namespace { const uint64_t DeBruijn_64 = 0x3F79D71B4CB0A89ULL; const uint32_t DeBruijn_32 = 0x783A9B23; - CACHE_LINE_ALIGNMENT - int MS1BTable[256]; Square BSFTable[SQUARE_NB]; Bitboard RTable[0x19000]; // Storage space for rook attacks