X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmain.cpp;h=fc970a0e78d09b4c92a1b878ec99d673f1aabdfc;hb=738bf66a2d04d27ce8c5481fef52dc3adc3cafe1;hp=9c8601148decb1fa1874418f0cd9f6cd631f48d8;hpb=628f844c116e3afe99d0f72ca5f6cd2119e918d9;p=stockfish diff --git a/src/main.cpp b/src/main.cpp index 9c860114..fc970a0e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -75,11 +75,11 @@ int main(int argc, char *argv[]) { } // Print copyright notice - cout << engine_name() << ". Copyright (C) " + 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; + if (CpuHasPOPCNT) + cout << "Good! CPU has hardware POPCNT. We will use it." << endl; // Enter UCI mode uci_main_loop();