]> git.sesse.net Git - stockfish/blobdiff - src/bitboard.h
Replace MS1BTable[] with BitCount8Bit[]
[stockfish] / src / bitboard.h
index 2b9161250f5fb8277ba4f2deac1e012646cec331..85852e5e5b8567557a75ac289025073a2df61ef3 100644 (file)
@@ -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.