typo of OSXSAVE

This commit is contained in:
MITSUNARI Shigeo 2011-03-24 15:48:58 +09:00
parent eb18bc1be5
commit 82c2ea58c0
8 changed files with 16 additions and 14 deletions

View file

@ -38,7 +38,7 @@ void putCPUinfo()
{ Cpu::tSSE5, "sse5" },
{ Cpu::tAESNI, "aesni" },
{ Cpu::tRDTSCP, "rdtscp" },
{ Cpu::tOSXSACE, "osxsace(xgetvb)" },
{ Cpu::tOSXSAVE, "osxsave(xgetvb)" },
{ Cpu::tPCLMULQDQ, "pclmulqdq" },
{ Cpu::tAVX, "avx" },
{ Cpu::tFMA, "fma" },