Skip to content

Commit

Permalink
Bench: 22158564
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Nov 13, 2024
1 parent 889fe0a commit 83ecfe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bitboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ static void InitSliderAttacks(PieceType pt, Bitboard table[]) {
Magic *m = &Magics[sq][pt - BISHOP];
(*m).attacks = table;

// Construct the mask
Bitboard edges = ((rank1BB | rank8BB) & ~RankBB[RankOf(sq)])
| ((fileABB | fileHBB) & ~FileBB[FileOf(sq)]);

Expand Down

0 comments on commit 83ecfe8

Please sign in to comment.