]> git.sesse.net Git - stockfish/blobdiff - src/bitboard.cpp
Only on Windows do wait for input at the end of benchmark
[stockfish] / src / bitboard.cpp
index 474e321c09fff8184330be1f27c79dae7c904d6f..a73c5a2dc7ad970d6c8f16275ead918d2af46ac1 100644 (file)
@@ -35,6 +35,7 @@
 #include <iostream>
 
 #include "bitboard.h"
+#include "bitcount.h"
 #include "direction.h"
 
 
@@ -339,7 +340,7 @@ Square pop_1st_bit(Bitboard *b) {
 
 #endif
 
-#else
+#else // defined(USE_FOLDED_BITSCAN)
 
 static const int BitTable[64] = {
   0, 1, 2, 7, 3, 13, 8, 19, 4, 25, 14, 28, 9, 34, 20, 40, 5, 17, 26, 38, 15,