Correct spelling of 3DNow!.

This commit is contained in:
obrien 2006-08-01 01:23:39 +00:00
parent 66e61accdf
commit 040ba91ea8
2 changed files with 4 additions and 4 deletions

View File

@ -296,8 +296,8 @@ printcpuinfo(void)
"\034RDTSCP" /* RDTSCP */
"\035<b28>" /* Undefined */
"\036LM" /* 64 bit long mode */
"\0373DNow+" /* AMD 3DNow! Extensions */
"\0403DNow" /* AMD 3DNow! */
"\0373DNow!+" /* AMD 3DNow! Extensions */
"\0403DNow!" /* AMD 3DNow! */
);
}

View File

@ -815,8 +815,8 @@ printcpuinfo(void)
"\034RDTSCP" /* RDTSCP */
"\035<b28>" /* Undefined */
"\036LM" /* 64 bit long mode */
"\0373DNow+" /* AMD 3DNow! Extensions */
"\0403DNow" /* AMD 3DNow! */
"\0373DNow!+" /* AMD 3DNow! Extensions */
"\0403DNow!" /* AMD 3DNow! */
);
}