mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Replace MS1BTable[] with BitCount8Bit[]
We already have the necessary infrastructure in place. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -214,6 +214,7 @@ inline bool single_bit(Bitboard b) {
|
||||
return !(b & (b - 1));
|
||||
}
|
||||
|
||||
|
||||
/// first_1() finds the least significant nonzero bit in a nonzero bitboard.
|
||||
/// pop_1st_bit() finds and clears the least significant nonzero bit in a
|
||||
/// nonzero bitboard.
|
||||
|
||||
Reference in New Issue
Block a user