SDL/src/cpuinfo
Sam Lantinga 4e8ab456b0 Date: Sat, 24 Jan 2004 14:49:58 +0100
From: Stephane Marchesin
Subject: Re: [SDL] 3DNow! detection on a P4 system

Well... I found another bug : 3dnow was detected on P2/P3 cpus. So I
took one more look at the code and found a mistake in
CPU_getCPUIDFeaturesExt :
The condition for having extended cpuinfo is that when we query extended
cpuinfo we get a result >=  0x80000001. So we must exit if eax < 0x80000001.
The attached patch does that.
2004-01-24 15:55:00 +00:00
..
.cvsignore *** empty log message *** 2003-11-24 09:30:40 +00:00
Makefile.am Greatly simplified the SDL CPU info code 2003-11-24 09:16:52 +00:00
SDL_cpuinfo.c Date: Sat, 24 Jan 2004 14:49:58 +0100 2004-01-24 15:55:00 +00:00