config: Define USE_POPCNT only if not defined
This commit is contained in:
parent
c86e2887a0
commit
d25baa2d9a
|
@ -94,7 +94,9 @@
|
|||
//#define DISABLE_PREFETCH
|
||||
|
||||
//#define BITBOARD_DEBUG
|
||||
#ifndef USE_POPCNT
|
||||
#define USE_POPCNT
|
||||
#endif
|
||||
|
||||
#ifndef USE_POPCNT
|
||||
#define DONOT_USE_POPCNT
|
||||
|
|
Loading…
Reference in New Issue