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:
Marco Costalba
2012-03-28 11:03:06 +02:00
parent cc2b3ece5c
commit 46a50cbf38
2 changed files with 19 additions and 20 deletions
+1
View 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.