Commit Graph

14 Commits

Author SHA1 Message Date
zuxy 87eabf0a5b More flags; sync with Linux kernel.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29111 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-31 06:30:38 +00:00
reimar a3015a1795 Get rid of gettimeofday reimplementation for MinGW, all remotely recent
versions of MinGW already provide it.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29075 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-27 19:34:50 +00:00
diego f05077eb7e Add some parentheses to silence the warnings:
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
2009-03-15 20:34:02 +00:00
diego ec3cc468ca cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28634 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-02-17 12:00:43 +00:00
diego a845504a5e cosmetics: const static --> static const, avoids the debug mode warning:
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
2009-02-17 11:52:39 +00:00
reimar 92f9a746ae Make cpuinfo.c compile under MinGW64
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27808 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-10-20 18:08:10 +00:00
diego 6b52a2e974 Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
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
2008-10-16 18:59:27 +00:00
zuxy 23fb86c8d8 Sync with Linux kernel with some latest feature bits.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24992 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-11-09 01:56:31 +00:00
zuxy b91d7cbd8d Explanation for CPUID flag 'ibs'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23824 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-19 06:39:38 +00:00
zuxy 69c29620c5 10l: cosmetic: more trailing whitespaces removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23364 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-21 07:47:53 +00:00
zuxy 92d79f93cb Cosmetic: remove trailing whitespaces
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23363 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-21 07:46:23 +00:00
zuxy e6a1b2b0af New tags introduced for AMD K10 and Intel Penryn
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23362 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-21 07:42:58 +00:00
diego 3b97b07397 Intel's Conroe-L makes use of extended models, so adjust CPU detection
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
2007-04-20 18:57:09 +00:00
diego bf3fff69ca Move TOOLS/cpuinfo.c into the root directory.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22950 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-09 11:30:26 +00:00