Add text for the Athlon's MMX and 3DNow! (DSP) instruction extensions

to print_AMD_features.
This commit is contained in:
Alan Cox 1999-10-24 23:36:20 +00:00
parent d20e3d029d
commit b1a6046cdf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52469
2 changed files with 4 additions and 4 deletions

View File

@ -982,7 +982,7 @@ print_AMD_features(u_int *regs)
"\024<b19>"
"\025<b20>"
"\026<b21>"
"\027<b22>"
"\027AMIE" /* AMD MMX Instruction Extensions */
"\030MMX"
"\031<b24>"
"\032<b25>"
@ -990,7 +990,7 @@ print_AMD_features(u_int *regs)
"\034<b27>"
"\035<b28>"
"\036<b29>"
"\037<b30>"
"\037DSP" /* AMD 3DNow! Instruction Extensions */
"\0403DNow!"
);
}

View File

@ -982,7 +982,7 @@ print_AMD_features(u_int *regs)
"\024<b19>"
"\025<b20>"
"\026<b21>"
"\027<b22>"
"\027AMIE" /* AMD MMX Instruction Extensions */
"\030MMX"
"\031<b24>"
"\032<b25>"
@ -990,7 +990,7 @@ print_AMD_features(u_int *regs)
"\034<b27>"
"\035<b28>"
"\036<b29>"
"\037<b30>"
"\037DSP" /* AMD 3DNow! Instruction Extensions */
"\0403DNow!"
);
}