X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmain.cpp;h=94ee076be147cf5513950a57fe6f89eb2b183bd8;hb=ad4eac376fdc7a5ccc794416d0295a38a31ddcc2;hp=9c8601148decb1fa1874418f0cd9f6cd631f48d8;hpb=628f844c116e3afe99d0f72ca5f6cd2119e918d9;p=stockfish diff --git a/src/main.cpp b/src/main.cpp index 9c860114..94ee076b 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) " - << "2004-2009 Tord Romstad, Marco Costalba. " << endl; + cout << engine_name() + << ". By Tord Romstad, Marco Costalba, Joona Kiiski." << 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();