mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-17 15:46:24 +08:00
Enable _BitScanForward64 at runtime
Only add infrastructure, still disabled. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -340,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,
|
||||
|
||||
Reference in New Issue
Block a user