[Mplayer-cvslog] CVS: main/TOOLS cpuinfo.c,1.3,1.4
Diego Biurrun CVS
diego at mplayerhq.hu
Tue Oct 14 14:23:35 CEST 2003
Update of /cvsroot/mplayer/main/TOOLS
In directory mail:/var/tmp.root/cvs-serv31799/TOOLS
Modified Files:
cpuinfo.c
Log Message:
K6 MTRR support with a little help from Alex.
Index: cpuinfo.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/cpuinfo.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cpuinfo.c 30 Mar 2003 20:48:51 -0000 1.3
+++ cpuinfo.c 14 Oct 2003 12:22:46 -0000 1.4
@@ -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;
More information about the MPlayer-cvslog
mailing list