SDL/src
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
..
audio Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
cdrom Fixed playback problems with MacOSX 10.1 2004-01-05 12:08:38 +00:00
cpuinfo Date: Sat, 24 Jan 2004 14:49:58 +0100 2004-01-24 15:55:00 +00:00
endian Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
events Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
file Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
hermes Updated libtool support so Mingw32 builds work. 2003-10-06 07:13:16 +00:00
joystick Added support for /dev/joy* on Free/Net/OpenBSD (thanks Christian!) 2004-01-06 04:07:12 +00:00
main Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
thread Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
timer Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
video *** empty log message *** 2004-01-11 21:43:13 +00:00
.cvsignore Initial revision 2001-04-26 16:45:43 +00:00
Makefile.am Actually hook the cpuinfo module into the library. :) 2003-11-18 02:16:57 +00:00
SDL_error_c.h Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_error.c Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_fatal.c Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_fatal.h Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_getenv.c Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_loadso.c Date: Mon, 5 Jan 2004 00:09:36 +0100 2004-01-05 01:34:34 +00:00
SDL.c Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00