aboutsummaryrefslogtreecommitdiffhomepage
path: root/cpuinfo.c
Commit message (Collapse)AuthorAge
* the great MPlayer tab removal: part IIGravatar diego2010-05-03
| | | | | | | some extra indentation fixes are put in as a bonus git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31134 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l correct type for =a and =d constraints under x86-32Gravatar zuxy2010-02-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30757 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace =A with =a and =d; make frequency calculation correct under x86-64Gravatar zuxy2010-02-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30756 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add license header to all top-level files missing them.Gravatar diego2010-01-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30471 b3059339-0415-0410-9bf9-f77b7e298cf2
* More flags; sync with Linux kernel.Gravatar zuxy2009-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29111 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of gettimeofday reimplementation for MinGW, all remotely recentGravatar reimar2009-03-27
| | | | | | | versions of MinGW already provide it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29075 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some parentheses to silence the warnings:Gravatar diego2009-03-15
| | | | | | | | cpuinfo.c:293: warning: suggest parentheses around && within || cpuinfo.c:297: warning: suggest parentheses around && within || git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28966 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.Gravatar diego2009-02-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28634 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: const static --> static const, avoids the debug mode warning:Gravatar diego2009-02-17
| | | | | | | cpuinfo.c:80: warning: 'static' is not at beginning of declaration git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28632 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make cpuinfo.c compile under MinGW64Gravatar reimar2008-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27808 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
| | | | | | | Neither variant is valid C99 syntax, but __asm__ is the most portable variant. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27788 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with Linux kernel with some latest feature bits.Gravatar zuxy2007-11-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24992 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explanation for CPUID flag 'ibs'Gravatar zuxy2007-07-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23824 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: cosmetic: more trailing whitespaces removedGravatar zuxy2007-05-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23364 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetic: remove trailing whitespacesGravatar zuxy2007-05-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23363 b3059339-0415-0410-9bf9-f77b7e298cf2
* New tags introduced for AMD K10 and Intel PenrynGravatar zuxy2007-05-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23362 b3059339-0415-0410-9bf9-f77b7e298cf2
* Intel's Conroe-L makes use of extended models, so adjust CPU detectionGravatar diego2007-04-20
| | | | | | | | routines accordingly. patch by Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23027 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move TOOLS/cpuinfo.c into the root directory.Gravatar diego2007-04-09
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22950 b3059339-0415-0410-9bf9-f77b7e298cf2