X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=fafe9c356ff5e6522b29654c72c2b7caf1c8fec3;hp=c80d549f70b99f19600f0619c4b7fcc1b8c6594f;hb=b46bf2950f76696fb965c79c5c95ffd7177268ac;hpb=a492a9dd079d95faf136a744ff6d47a3d109ad68 diff --git a/src/bitboard.h b/src/bitboard.h index c80d549f..fafe9c35 100644 --- a/src/bitboard.h +++ b/src/bitboard.h @@ -23,6 +23,8 @@ #include "types.h" +CACHE_LINE_ALIGNMENT + extern Bitboard RMasks[64]; extern Bitboard RMagics[64]; extern Bitboard* RAttacks[64];