mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +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 <string>
|
||||||
|
|
||||||
#include "benchmark.h"
|
#include "benchmark.h"
|
||||||
|
#include "bitcount.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "uci.h"
|
#include "uci.h"
|
||||||
|
|
||||||
@@ -77,6 +78,9 @@ int main(int argc, char *argv[]) {
|
|||||||
cout << engine_name() << ". Copyright (C) "
|
cout << engine_name() << ". Copyright (C) "
|
||||||
<< "2004-2009 Tord Romstad, Marco Costalba. " << endl;
|
<< "2004-2009 Tord Romstad, Marco Costalba. " << endl;
|
||||||
|
|
||||||
|
// FIXME ONLY FOR DEBUG, REMOVE BEFORE RELEASE
|
||||||
|
cout << "Support for POPCNT is " << CpuHasPOPCNT << endl;
|
||||||
|
|
||||||
// Enter UCI mode
|
// Enter UCI mode
|
||||||
uci_main_loop();
|
uci_main_loop();
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user