log cpudetect.c @ 8694:79c0205ab4b5

age author description
Mon, 23 Dec 2002 01:24:42 +0000 arpi Ok, here is a better patch, which even adds a fix to compile it on older
Sat, 07 Dec 2002 21:04:54 +0000 atmos4 Runtime SSE detection for NEtBSD, patch by Nick Hudson <skrll at netbsd.org>
Wed, 06 Nov 2002 23:54:29 +0000 arpi *HUGE* set of compiler warning fixes, unused variables removal
Mon, 20 May 2002 01:00:51 +0000 arpi more cpudetect cosmetics
Mon, 20 May 2002 00:55:50 +0000 arpi cosmetics on CPU detection messages
Thu, 02 May 2002 11:00:16 +0000 albeu printf to mp_msg
Sun, 24 Feb 2002 01:24:18 +0000 michael dont ignore --disable-mmx, ...
Fri, 28 Dec 2001 20:46:25 +0000 alex fix for qnx
Fri, 28 Dec 2001 18:23:35 +0000 arpi Intel P4 support
Fri, 28 Dec 2001 18:03:03 +0000 pl warning fix
Mon, 24 Dec 2001 10:35:43 +0000 pl memset is more portable than bzero ("BSD"ism)
Sun, 09 Dec 2001 17:03:04 +0000 alex added cpuStepping to CpuCaps struct (needed win32.c)
Mon, 26 Nov 2001 23:08:48 +0000 michael non x86 fix (otherwise we would need #ifdef ARCH_X86 around every if(gCpuCaps.has...))
Tue, 23 Oct 2001 13:02:44 +0000 pl removed warning
Sat, 20 Oct 2001 11:16:47 +0000 pl returns a malloc()'ed string instead of an auto char[]