]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Rewrite bit counting functions
[stockfish] / src / misc.cpp
index 49b41b2f73eec3b35113d79f7cc033e05855f33e..9a9d0dda4824fc0b5f6a5898ef36a53eaa525c30 100644 (file)
@@ -146,7 +146,7 @@ void dbg_print_mean(ofstream& logFile) {
 
 const string engine_name() {
 
-  const string cpu64(CpuHas64BitPath ? " 64bit" : "");
+  const string cpu64(CpuIs64Bit ? " 64bit" : "");
 
   if (!EngineVersion.empty())
       return AppName + " " + EngineVersion + cpu64;