Retire CACHE_LINE_ALIGNMENT

Speed tests showed no benefit.

No functional change.

Resolves #97
This commit is contained in:
lucasart
2014-11-07 14:26:23 -05:00
committed by Gary Linscott
parent 8e98bd616e
commit 375797d51c
4 changed files with 0 additions and 15 deletions

View File

@@ -57,8 +57,6 @@ const Bitboard Rank6BB = Rank1BB << (8 * 5);
const Bitboard Rank7BB = Rank1BB << (8 * 6);
const Bitboard Rank8BB = Rank1BB << (8 * 7);
CACHE_LINE_ALIGNMENT
extern Bitboard RMasks[SQUARE_NB];
extern Bitboard RMagics[SQUARE_NB];
extern Bitboard* RAttacks[SQUARE_NB];