mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 16:46:30 +08:00
Add temporary debug info on POPCNT support
To be removed before to release. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include <string>
|
||||
|
||||
#include "benchmark.h"
|
||||
#include "bitcount.h"
|
||||
#include "misc.h"
|
||||
#include "uci.h"
|
||||
|
||||
@@ -77,6 +78,9 @@ int main(int argc, char *argv[]) {
|
||||
cout << engine_name() << ". Copyright (C) "
|
||||
<< "2004-2009 Tord Romstad, Marco Costalba. " << endl;
|
||||
|
||||
// FIXME ONLY FOR DEBUG, REMOVE BEFORE RELEASE
|
||||
cout << "Support for POPCNT is " << CpuHasPOPCNT << endl;
|
||||
|
||||
// Enter UCI mode
|
||||
uci_main_loop();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user