Cpu::Type is excented to 64-bit value
This commit is contained in:
parent
b7a684637d
commit
415ebd3c6b
4 changed files with 42 additions and 38 deletions
|
@ -53,6 +53,7 @@ void putCPUinfo()
|
|||
{ Cpu::tRDSEED, "rdseed" },
|
||||
{ Cpu::tSMAP, "smap" },
|
||||
{ Cpu::tHLE, "hle" },
|
||||
{ Cpu::tRTM, "rtm" },
|
||||
};
|
||||
for (size_t i = 0; i < NUM_OF_ARRAY(tbl); i++) {
|
||||
if (cpu.has(tbl[i].type)) printf(" %s", tbl[i].str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue