| Commit message (Expand) | Author | Age | Files | Lines |
* | GNU/kFreeBSD support, closes Bugzilla #704. | diego | 2007-01-10 | 1 | -4/+4 |
* | ARCH_X86 simplifications | reimar | 2006-11-01 | 1 | -2/+2 |
* | Detect sse/2 on intel mac, Valtteri Vuorikoski(vuori@sci.fi) | nplourde | 2006-10-05 | 1 | -3/+10 |
* | rm unnecesary void* casts - part 1 | reynaldo | 2006-07-01 | 1 | -1/+1 |
* | Typo: use ptmpstr instead of tmpstr to strip leading spaces + add | gpoirier | 2006-06-25 | 1 | -2/+2 |
* | Retrieve CPU built-in namestring, and if it exists, print it during cpu detec... | gpoirier | 2006-05-17 | 1 | -5/+25 |
* | add Amiga-style AltiVec detection, patch from andrea at amigasoft dot net | pacman | 2006-02-28 | 1 | -0/+14 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -1/+1 |
* | Do not show cache-line size message, I've never seen a case where it was useful | reimar | 2005-11-07 | 1 | -1/+1 |
* | according to Intel/AMD official documentations, CPU family should be displaye... | gpoirier | 2005-10-04 | 1 | -2/+5 |
* | DragonFly BSD support | diego | 2005-05-25 | 1 | -3/+3 |
* | ensure null-termination after snprintf | reimar | 2005-01-12 | 1 | -0/+1 |
* | assume OS support SSE on x86_64 | aurel | 2005-01-10 | 1 | -1/+4 |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 | aurel | 2004-10-21 | 1 | -13/+9 |
* | Remove CPU speed detection since | diego | 2004-10-13 | 1 | -42/+4 |
* | disable buggy sse on mingw | faust3 | 2004-06-18 | 1 | -1/+1 |
* | SSE support under OpenBSD, patch by Bjorn Sandell | alex | 2004-04-06 | 1 | -4/+4 |
* | reenable SSE support for mingw | faust3 | 2004-04-01 | 1 | -1/+1 |
* | architecture type reporting for non-x86 CPUs (try 2, tested on x86 and x86-64) | gabucino | 2004-02-16 | 1 | -0/+44 |
* | more exact cpu mhz detect for fats cpus (remove rounding) | atmos4 | 2003-09-28 | 1 | -1/+1 |
* | cpuspeed detection for X86 TSC capable CPUs (also added TSC detection, should... | atmos4 | 2003-09-19 | 1 | -10/+50 |
* | disable sse support for mingw because of missing memalign | faust3 | 2003-09-06 | 1 | -1/+1 |
* | SSE os support detection for windows | faust3 | 2003-07-19 | 1 | -1/+28 |
* | 1l | alex | 2003-02-07 | 1 | -1/+1 |
* | The two attached patches *should* allow for proper | arpi | 2003-01-27 | 1 | -1/+1 |
* | AltiVec detection code ("borrowed" from FFmpeg and | arpi | 2003-01-18 | 1 | -0/+62 |
* | cpu cache line length detection | arpi | 2003-01-09 | 1 | -2/+12 |
* | Ok, here is a better patch, which even adds a fix to compile it on older | arpi | 2002-12-23 | 1 | -32/+28 |
* | Runtime SSE detection for NEtBSD, patch by Nick Hudson <skrll at netbsd.org> | atmos4 | 2002-12-07 | 1 | -1/+45 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -0/+1 |
* | more cpudetect cosmetics | arpi | 2002-05-20 | 1 | -1/+1 |
* | cosmetics on CPU detection messages | arpi | 2002-05-20 | 1 | -22/+22 |
* | printf to mp_msg | albeu | 2002-05-02 | 1 | -34/+35 |
* | dont ignore --disable-mmx, ... | michael | 2002-02-24 | 1 | -0/+24 |
* | fix for qnx | alex | 2001-12-28 | 1 | -1/+1 |
* | Intel P4 support | arpi | 2001-12-28 | 1 | -2/+2 |
* | warning fix | pl | 2001-12-28 | 1 | -2/+8 |
* | memset is more portable than bzero ("BSD"ism) | pl | 2001-12-24 | 1 | -1/+1 |
* | added cpuStepping to CpuCaps struct (needed win32.c) | alex | 2001-12-09 | 1 | -2/+6 |
* | non x86 fix (otherwise we would need #ifdef ARCH_X86 around every if(gCpuCaps... | michael | 2001-11-26 | 1 | -6/+24 |
* | removed warning | pl | 2001-10-23 | 1 | -1/+1 |
* | returns a malloc()'ed string instead of an auto char[] | pl | 2001-10-20 | 1 | -4/+13 |
* | Detect and show cpu name. | atmos4 | 2001-10-20 | 1 | -1/+49 |
* | final fix? | arpi | 2001-10-19 | 1 | -70/+34 |
* | amd...? | pontscho | 2001-10-19 | 1 | -0/+20 |
* | fixed? | arpi | 2001-10-19 | 1 | -0/+1 |
* | fixed? | arpi | 2001-10-19 | 1 | -3/+5 |
* | amd fix | pontscho | 2001-10-19 | 1 | -3/+4 |
* | cpu detection fixed | arpi | 2001-10-19 | 1 | -30/+58 |
* | cpu detect code by Eric Anholt <eanholt@gladstone.uoregon.edu> | arpi | 2001-10-19 | 1 | -0/+267 |