Mercurial > mplayer.hg
changeset 11113:d1a941c25b4d
K6 MTRR support with a little help from Alex.
author | diego |
---|---|
date | Tue, 14 Oct 2003 12:22:46 +0000 |
parents | 1d2c30ef6c11 |
children | d8ddd7727084 |
files | TOOLS/cpuinfo.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/cpuinfo.c Tue Oct 14 12:14:48 2003 +0000 +++ b/TOOLS/cpuinfo.c Tue Oct 14 12:22:46 2003 +0000 @@ -153,6 +153,7 @@ { 22, "mmxext","MMX Technology (AMD Extensions)" }, { 30, "3dnowext","3Dnow! Extensions" }, { 31, "3dnow", "3Dnow!" }, + { 32, "k6_mtrr", "Memory Type Range Registers" }, { -1 } }; int i;