X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fbitboard.h;h=fafe9c356ff5e6522b29654c72c2b7caf1c8fec3;hb=40e939421f290c0dc3dc055f4d79ab56b54f15d8;hp=c80d549f70b99f19600f0619c4b7fcc1b8c6594f;hpb=a492a9dd079d95faf136a744ff6d47a3d109ad68;p=stockfish 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];