aboutsummaryrefslogtreecommitdiffhomepage
path: root/cpudetect.h
Commit message (Expand)AuthorAge
* Add detection of x86 CPU features SSSE3 and SSE4a.Gravatar gpoirier2008-11-19
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Fix typo in multiple inclusion guard comment.Gravatar diego2007-12-31
* Retrieve CPU built-in namestring, and if it exists, print it during cpu detec...Gravatar gpoirier2006-05-17
* REGBPGravatar michael2006-05-06
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Gravatar aurel2004-10-21
* cpuspeed detection for X86 TSC capable CPUs (also added TSC detection, should...Gravatar atmos42003-09-19
* AltiVec detection code ("borrowed" from FFmpeg andGravatar arpi2003-01-18
* cpu cache line length detectionGravatar arpi2003-01-09
* added cpuStepping to CpuCaps struct (needed win32.c)Gravatar alex2001-12-09
* non x86 fix (otherwise we would need #ifdef ARCH_X86 around every if(gCpuCaps...Gravatar michael2001-11-26
* returns a malloc()'ed string instead of an auto char[]Gravatar pl2001-10-20
* Detect and show cpu name.Gravatar atmos42001-10-20
* fixed?Gravatar arpi2001-10-19
* amd fixGravatar pontscho2001-10-19
* cpu detect code by Eric Anholt <eanholt@gladstone.uoregon.edu>Gravatar arpi2001-10-19