Cpu::Type is excented to 64-bit value

This commit is contained in:
MITSUNARI Shigeo 2015-01-28 13:16:44 +09:00
parent b7a684637d
commit 415ebd3c6b
4 changed files with 42 additions and 38 deletions

View file

@ -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);