rename tGPRi as tBMIi according to latest intel manual

This commit is contained in:
MITSUNARI Shigeo 2013-08-24 06:33:53 +09:00
parent 0ec12db3f1
commit 756c8fa335
2 changed files with 6 additions and 4 deletions

View file

@ -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++) {