aboutsummaryrefslogtreecommitdiffhomepage
path: root/cpudetect.c
Commit message (Expand)AuthorAge
* ensure null-termination after snprintfGravatar reimar2005-01-12
* assume OS support SSE on x86_64Gravatar aurel2005-01-10
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Gravatar aurel2004-10-21
* Remove CPU speed detection sinceGravatar diego2004-10-13
* disable buggy sse on mingwGravatar faust32004-06-18
* SSE support under OpenBSD, patch by Bjorn SandellGravatar alex2004-04-06
* reenable SSE support for mingwGravatar faust32004-04-01
* architecture type reporting for non-x86 CPUs (try 2, tested on x86 and x86-64)Gravatar gabucino2004-02-16
* more exact cpu mhz detect for fats cpus (remove rounding)Gravatar atmos42003-09-28
* cpuspeed detection for X86 TSC capable CPUs (also added TSC detection, should...Gravatar atmos42003-09-19
* disable sse support for mingw because of missing memalignGravatar faust32003-09-06
* SSE os support detection for windowsGravatar faust32003-07-19
* 1lGravatar alex2003-02-07
* The two attached patches *should* allow for properGravatar arpi2003-01-27
* AltiVec detection code ("borrowed" from FFmpeg andGravatar arpi2003-01-18
* cpu cache line length detectionGravatar arpi2003-01-09
* Ok, here is a better patch, which even adds a fix to compile it on olderGravatar arpi2002-12-23
* Runtime SSE detection for NEtBSD, patch by Nick Hudson <skrll at netbsd.org>Gravatar atmos42002-12-07
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* more cpudetect cosmeticsGravatar arpi2002-05-20
* cosmetics on CPU detection messagesGravatar arpi2002-05-20
* printf to mp_msgGravatar albeu2002-05-02
* dont ignore --disable-mmx, ...Gravatar michael2002-02-24
* fix for qnxGravatar alex2001-12-28
* Intel P4 supportGravatar arpi2001-12-28
* warning fixGravatar pl2001-12-28
* memset is more portable than bzero ("BSD"ism)Gravatar pl2001-12-24
* 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
* removed warningGravatar pl2001-10-23
* returns a malloc()'ed string instead of an auto char[]Gravatar pl2001-10-20
* Detect and show cpu name.Gravatar atmos42001-10-20
* final fix?Gravatar arpi2001-10-19
* amd...?Gravatar pontscho2001-10-19
* fixed?Gravatar arpi2001-10-19
* fixed?Gravatar arpi2001-10-19
* amd fixGravatar pontscho2001-10-19
* cpu detection fixedGravatar arpi2001-10-19
* cpu detect code by Eric Anholt <eanholt@gladstone.uoregon.edu>Gravatar arpi2001-10-19