We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf9477 commit ba786e5Copy full SHA for ba786e5
src/cpucounters.cpp
@@ -588,6 +588,7 @@ bool PCM::detectModel()
588
std::cerr << "STIBP supported : " << ((cpuinfo.reg.edx & (1 << 27)) ? "yes" : "no") << "\n";
589
std::cerr << "Spec arch caps supported : " << ((cpuinfo.reg.edx & (1 << 29)) ? "yes" : "no") << "\n";
590
std::cerr << "Max CPUID level : " << max_cpuid << "\n";
591
+ std::cerr << "CPU model number : " << cpu_model << "\n";
592
593
return true;
594
}
0 commit comments