log cpuinfo.c @ 29640:f49560a603bf

age author description
Tue, 31 Mar 2009 06:30:38 +0000 zuxy More flags; sync with Linux kernel.
Fri, 27 Mar 2009 19:34:50 +0000 reimar Get rid of gettimeofday reimplementation for MinGW, all remotely recent
Sun, 15 Mar 2009 20:34:02 +0000 diego Add some parentheses to silence the warnings:
Tue, 17 Feb 2009 12:00:43 +0000 diego cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.
Tue, 17 Feb 2009 11:52:39 +0000 diego cosmetics: const static --> static const, avoids the debug mode warning:
Mon, 20 Oct 2008 18:08:10 +0000 reimar Make cpuinfo.c compile under MinGW64
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Fri, 09 Nov 2007 01:56:31 +0000 zuxy Sync with Linux kernel with some latest feature bits.
Thu, 19 Jul 2007 06:39:38 +0000 zuxy Explanation for CPUID flag 'ibs'
Mon, 21 May 2007 07:47:53 +0000 zuxy 10l: cosmetic: more trailing whitespaces removed
Mon, 21 May 2007 07:46:23 +0000 zuxy Cosmetic: remove trailing whitespaces
Mon, 21 May 2007 07:42:58 +0000 zuxy New tags introduced for AMD K10 and Intel Penryn
Fri, 20 Apr 2007 18:57:09 +0000 diego Intel's Conroe-L makes use of extended models, so adjust CPU detection
Mon, 09 Apr 2007 11:30:26 +0000 diego Move TOOLS/cpuinfo.c into the root directory.