log cpudetect.c @ 30060:34e381629bb8

age author description
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 08 Apr 2009 20:21:21 +0000 ramiro Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
Thu, 02 Apr 2009 09:20:48 +0000 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
Fri, 27 Mar 2009 18:48:47 +0000 reimar Sync cpuid detection code with libavcodec: assume it is always available on x86_64
Thu, 12 Mar 2009 10:50:21 +0000 diego SSE3 support patch by Zhou Zongyi, zhouzongyi pset.suntec net
Mon, 23 Feb 2009 03:35:07 +0000 zuxy Get rid of the outdated and unmaintained CPU codename table.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Mon, 09 Feb 2009 00:29:26 +0000 diego Print information about detected CPU in verbose mode only.
Fri, 30 Jan 2009 23:29:39 +0000 diego Use OS preprocessor checks with '#if defined()' consistently.
Mon, 26 Jan 2009 14:36:31 +0000 diego Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
Mon, 26 Jan 2009 09:29:53 +0000 diego HAVE_3DNOW --> HAVE_AMD3DNOW
Sun, 25 Jan 2009 21:03:02 +0000 diego HAVE_3DNOWEX --> HAVE_3DNOWEXT
Fri, 16 Jan 2009 12:23:52 +0000 gpoirier fix wrong #ifdef/#ifndef -> #if conversion in r28323
Fri, 16 Jan 2009 09:44:36 +0000 reimar Fix a wrongly converted !defined(ARCH_X86_64)
Fri, 16 Jan 2009 08:43:05 +0000 reimar Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.