mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 00:26:33 +08:00
Cleanup debug counters
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -64,7 +64,7 @@ int main(int argc, char* argv[]) {
|
||||
if (argc < 2)
|
||||
{
|
||||
// Print copyright notice
|
||||
cout << engine_name() << " by " << engine_author() << endl;
|
||||
cout << engine_name() << " by " << engine_authors() << endl;
|
||||
|
||||
if (CpuHasPOPCNT)
|
||||
cout << "Good! CPU has hardware POPCNT." << endl;
|
||||
|
||||
Reference in New Issue
Block a user