mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00: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:
parent
e7d3a006cd
commit
0228ff9ca0
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue