aboutsummaryrefslogtreecommitdiffhomepage
path: root/cpuinfo.c
Commit message (Expand)AuthorAge
* the great MPlayer tab removal: part IIGravatar diego2010-05-03
* 10l correct type for =a and =d constraints under x86-32Gravatar zuxy2010-02-27
* Replace =A with =a and =d; make frequency calculation correct under x86-64Gravatar zuxy2010-02-27
* Add license header to all top-level files missing them.Gravatar diego2010-01-30
* More flags; sync with Linux kernel.Gravatar zuxy2009-03-31
* Get rid of gettimeofday reimplementation for MinGW, all remotely recentGravatar reimar2009-03-27
* Add some parentheses to silence the warnings:Gravatar diego2009-03-15
* cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.Gravatar diego2009-02-17
* cosmetics: const static --> static const, avoids the debug mode warning:Gravatar diego2009-02-17
* Make cpuinfo.c compile under MinGW64Gravatar reimar2008-10-20
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Sync with Linux kernel with some latest feature bits.Gravatar zuxy2007-11-09
* Explanation for CPUID flag 'ibs'Gravatar zuxy2007-07-19
* 10l: cosmetic: more trailing whitespaces removedGravatar zuxy2007-05-21
* Cosmetic: remove trailing whitespacesGravatar zuxy2007-05-21
* New tags introduced for AMD K10 and Intel PenrynGravatar zuxy2007-05-21
* Intel's Conroe-L makes use of extended models, so adjust CPU detectionGravatar diego2007-04-20
* Move TOOLS/cpuinfo.c into the root directory.Gravatar diego2007-04-09