mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct spelling of 3DNow!.
This commit is contained in:
parent
b5ff091431
commit
a4755e0e13
2 changed files with 4 additions and 4 deletions
|
|
@ -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! */
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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! */
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue