rename tGPRi as tBMIi according to latest intel manual
This commit is contained in:
parent
0ec12db3f1
commit
756c8fa335
2 changed files with 6 additions and 4 deletions
|
@ -44,8 +44,8 @@ void putCPUinfo()
|
|||
{ Cpu::tAVX, "avx" },
|
||||
{ Cpu::tFMA, "fma" },
|
||||
{ Cpu::tAVX2, "avx2" },
|
||||
{ Cpu::tGPR1, "gpr-group1" },
|
||||
{ Cpu::tGPR2, "gpr-group2" },
|
||||
{ Cpu::tBMI1, "bmi1" },
|
||||
{ Cpu::tBMI2, "bmi2" },
|
||||
{ Cpu::tLZCNT, "lzcnt" },
|
||||
};
|
||||
for (size_t i = 0; i < NUM_OF_ARRAY(tbl); i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue