log cpuinfo.c @ 29338:dc46f6bc4610

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.