add stac/rdseed

This commit is contained in:
MITSUNARI Shigeo 2015-01-28 13:05:24 +09:00
parent a45d11f467
commit b7a684637d
6 changed files with 15 additions and 3 deletions

View file

@ -50,6 +50,9 @@ void putCPUinfo()
{ Cpu::tENHANCED_REP, "enh_rep" },
{ Cpu::tRDRAND, "rdrand" },
{ Cpu::tADX, "adx" },
{ Cpu::tRDSEED, "rdseed" },
{ Cpu::tSMAP, "smap" },
{ Cpu::tHLE, "hle" },
};
for (size_t i = 0; i < NUM_OF_ARRAY(tbl); i++) {
if (cpu.has(tbl[i].type)) printf(" %s", tbl[i].str);