summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
Commit message (Expand)AuthorAgeFilesLines
* loader: Reuse do_cpuid from cpudetect.c in loader/win32.creimar2010-11-021-0/+2
* Merge svn change r31134Uoti Urpala2010-05-071-19/+19
|\
| * the great MPlayer tab removal: part IIdiego2010-05-031-19/+19
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+18
|\|
| * Add license header to all top-level files missing them.diego2010-01-301-0/+18
* | Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-261-1/+1
|/
* Directly include libavutil/x86_cpu.h in cpudetect.h instead of duplicating itreimar2009-03-271-27/+1
* SSE3 support patch by Zhou Zongyi, zhouzongyi pset.suntec netdiego2009-03-121-0/+1
* Add necessary header for ARCH_X86_64 preprocessor check.diego2009-02-191-0/+2
* Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.reimar2009-01-161-1/+1
* Add detection of x86 CPU features SSSE3 and SSE4a.gpoirier2008-11-191-0/+2
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* Fix typo in multiple inclusion guard comment.diego2007-12-311-2/+1
* Retrieve CPU built-in namestring, and if it exists, print it during cpu detec...gpoirier2006-05-171-0/+1
* REGBPmichael2006-05-061-0/+2
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-211-0/+26
* cpuspeed detection for X86 TSC capable CPUs (also added TSC detection, should...atmos42003-09-191-0/+1
* AltiVec detection code ("borrowed" from FFmpeg andarpi2003-01-181-0/+1
* cpu cache line length detectionarpi2003-01-091-0/+1
* added cpuStepping to CpuCaps struct (needed win32.c)alex2001-12-091-0/+1
* non x86 fix (otherwise we would need #ifdef ARCH_X86 around every if(gCpuCaps...michael2001-11-261-2/+4
* returns a malloc()'ed string instead of an auto char[]pl2001-10-201-0/+2
* Detect and show cpu name.atmos42001-10-201-1/+3
* fixed?arpi2001-10-191-4/+4
* amd fixpontscho2001-10-191-0/+1
* cpu detect code by Eric Anholt <eanholt@gladstone.uoregon.edu>arpi2001-10-191-0/+21