mirror of
https://github.com/sockspls/badfish
synced 2025-07-13 12:39:16 +00:00
Fix an alignment warning with MSVC
The declared alignment is different from the one in the definition. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
51e8efdab5
commit
57e942145c
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
||||||
|
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
|
CACHE_LINE_ALIGNMENT
|
||||||
|
|
||||||
extern Bitboard RMasks[64];
|
extern Bitboard RMasks[64];
|
||||||
extern Bitboard RMagics[64];
|
extern Bitboard RMagics[64];
|
||||||
extern Bitboard* RAttacks[64];
|
extern Bitboard* RAttacks[64];
|
||||||
|
|
Loading…
Add table
Reference in a new issue