support detection of F16C

This commit is contained in:
MITSUNARI Shigeo 2015-05-24 14:44:45 +09:00
parent 62fd6d022a
commit 9d5bc03b26
6 changed files with 9 additions and 4 deletions

View file

@ -53,6 +53,7 @@ void putCPUinfo()
{ Cpu::tSMAP, "smap" },
{ Cpu::tHLE, "hle" },
{ Cpu::tRTM, "rtm" },
{ Cpu::tF16C, "f16c" },
};
for (size_t i = 0; i < NUM_OF_ARRAY(tbl); i++) {
if (cpu.has(tbl[i].type)) printf(" %s", tbl[i].str);