mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
fix typo
This commit is contained in:
parent
72d1ac1183
commit
905b31bab1
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ void putCPUinfo()
|
|||
{ Cpu::tWAITPKG, "waitpkg" },
|
||||
{ Cpu::tCLFLUSHOPT, "clflushopt" },
|
||||
{ Cpu::tCLDEMOTE, "cldemote" },
|
||||
{ Cpu::tMOVDIRI, "movidiri" },
|
||||
{ Cpu::tMOVDIR64B, "movidir64b" },
|
||||
{ Cpu::tMOVDIRI, "movdiri" },
|
||||
{ Cpu::tMOVDIR64B, "movdir64b" },
|
||||
};
|
||||
for (size_t i = 0; i < NUM_OF_ARRAY(tbl); i++) {
|
||||
if (cpu.has(tbl[i].type)) printf(" %s", tbl[i].str);
|
||||
|
|
Loading…
Reference in a new issue