summaryrefslogtreecommitdiffstats
path: root/cpuinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Add license header to all top-level files missing them.diego2010-01-301-3/+21
* More flags; sync with Linux kernel.zuxy2009-03-311-1/+10
* Get rid of gettimeofday reimplementation for MinGW, all remotely recentreimar2009-03-271-9/+0
* Add some parentheses to silence the warnings:diego2009-03-151-2/+2
* cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.diego2009-02-171-1/+1
* cosmetics: const static --> static const, avoids the debug mode warning:diego2009-02-171-1/+1
* Make cpuinfo.c compile under MinGW64reimar2008-10-201-1/+1
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-3/+3
* Sync with Linux kernel with some latest feature bits.zuxy2007-11-091-2/+5
* Explanation for CPUID flag 'ibs'zuxy2007-07-191-1/+1
* 10l: cosmetic: more trailing whitespaces removedzuxy2007-05-211-6/+6
* Cosmetic: remove trailing whitespaceszuxy2007-05-211-7/+7
* New tags introduced for AMD K10 and Intel Penrynzuxy2007-05-211-0/+12
* Intel's Conroe-L makes use of extended models, so adjust CPU detectiondiego2007-04-201-2/+1
* Move TOOLS/cpuinfo.c into the root directory.diego2007-04-091-0/+330