[Mplayer-cvslog] CVS: main cpudetect.c,1.4,1.5

Arpi of Ize arpi at mplayer.dev.hu
Fri Oct 19 15:11:29 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv1967

Modified Files:
	cpudetect.c 
Log Message:
fixed?

Index: cpudetect.c
===================================================================
RCS file: /cvsroot/mplayer/main/cpudetect.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cpudetect.c	19 Oct 2001 13:09:26 -0000	1.4
+++ cpudetect.c	19 Oct 2001 13:11:26 -0000	1.5
@@ -135,6 +135,7 @@
             regs[3] == 0x69746e65 &&
             regs[2] == 0x444d4163) {
 		do_cpuid(0x80000000, regs);
+		printf("AMD cpuid-level: 0x%X\n",regs[0]);
 		if (regs[0]>=0x80000001) {
 			do_cpuid(0x80000001, regs2);
 			caps->hasMMX  = (regs2[3] & (1 << 23 )) >> 23; // 0x0800000




More information about the MPlayer-cvslog mailing list