X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=859fc958c88f60b8c88d4375fe1f53503ac3be7b;hp=d15d883843048aa4d2f155cc92c2cd0a24bc7ba4;hb=2067a99c070891faaa6239371ca882b54065f0cc;hpb=002062ae934c1fae3e56157e8e7e6451b552ada5 diff --git a/src/bitboard.h b/src/bitboard.h index d15d8838..859fc958 100644 --- a/src/bitboard.h +++ b/src/bitboard.h @@ -258,7 +258,7 @@ inline Bitboard attacks_bb(Square s, Bitboard occ) { /// lsb()/msb() finds the least/most significant bit in a nonzero bitboard. /// pop_lsb() finds and clears the least significant bit in a nonzero bitboard. -#ifdef BSFQ +#ifdef USE_BSFQ # if defined(_MSC_VER) && !defined(__INTEL_COMPILER)