log cpudetect.c @ 17702:485f04e5a58c

age author description
Tue, 28 Feb 2006 23:24:38 +0000 pacman add Amiga-style AltiVec detection, patch from andrea at amigasoft dot net
Thu, 09 Feb 2006 14:08:03 +0000 rathann Patch by Stefan Huehner / stefan % huehner ! org \
Mon, 07 Nov 2005 16:16:14 +0000 reimar Do not show cache-line size message, I've never seen a case where it was useful
Tue, 04 Oct 2005 21:06:07 +0000 gpoirier according to Intel/AMD official documentations, CPU family should be displayed as
Wed, 25 May 2005 08:48:32 +0000 diego DragonFly BSD support
Wed, 12 Jan 2005 21:56:25 +0000 reimar ensure null-termination after snprintf
Mon, 10 Jan 2005 18:33:51 +0000 aurel assume OS support SSE on x86_64
Thu, 21 Oct 2004 11:55:20 +0000 aurel adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
Wed, 13 Oct 2004 09:37:32 +0000 diego Remove CPU speed detection since
Fri, 18 Jun 2004 20:56:06 +0000 faust3 disable buggy sse on mingw
Tue, 06 Apr 2004 17:08:02 +0000 alex SSE support under OpenBSD, patch by Bjorn Sandell
Thu, 01 Apr 2004 10:19:57 +0000 faust3 reenable SSE support for mingw
Mon, 16 Feb 2004 23:44:05 +0000 gabucino architecture type reporting for non-x86 CPUs (try 2, tested on x86 and x86-64)
Sun, 28 Sep 2003 01:45:54 +0000 atmos4 more exact cpu mhz detect for fats cpus (remove rounding)
Fri, 19 Sep 2003 23:52:41 +0000 atmos4 cpuspeed detection for X86 TSC capable CPUs (also added TSC detection, should best be verified by some people with TSC/nonTSC capable CPUs)
Sat, 06 Sep 2003 12:06:59 +0000 faust3 disable sse support for mingw because of missing memalign
Sat, 19 Jul 2003 12:25:18 +0000 faust3 SSE os support detection for windows
Fri, 07 Feb 2003 21:58:09 +0000 alex 1l
Mon, 27 Jan 2003 21:47:25 +0000 arpi The two attached patches *should* allow for proper
Sat, 18 Jan 2003 19:29:46 +0000 arpi AltiVec detection code ("borrowed" from FFmpeg and
Thu, 09 Jan 2003 18:39:09 +0000 arpi cpu cache line length detection
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[]
Sat, 20 Oct 2001 02:35:31 +0000 atmos4 Detect and show cpu name.
Fri, 19 Oct 2001 14:02:12 +0000 arpi final fix?
Fri, 19 Oct 2001 13:28:59 +0000 pontscho amd...?
Fri, 19 Oct 2001 13:11:26 +0000 arpi fixed?
Fri, 19 Oct 2001 13:09:26 +0000 arpi fixed?
Fri, 19 Oct 2001 13:01:31 +0000 pontscho amd fix
Fri, 19 Oct 2001 02:00:45 +0000 arpi cpu detection fixed
Fri, 19 Oct 2001 00:40:19 +0000 arpi cpu detect code by Eric Anholt <eanholt@gladstone.uoregon.edu>