| Commit message (Expand) | Author | Age | Files | Lines |
* | Leave disabling SSE to the check_os_katmai_support always regardless of OS, | reimar | 2010-03-27 | 1 | -8/+0 |
* | Rename SGI_MIPS architecture to plain MIPS. | diego | 2010-03-17 | 1 | -2/+2 |
* | Add license header to all top-level files missing them. | diego | 2010-01-30 | 1 | -0/+18 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -13/+13 |
* | Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. | ramiro | 2009-04-08 | 1 | -2/+2 |
* | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 | 1 | -3/+0 |
* | Sync cpuid detection code with libavcodec: assume it is always available on x... | reimar | 2009-03-27 | 1 | -13/+7 |
* | SSE3 support patch by Zhou Zongyi, zhouzongyi pset.suntec net | diego | 2009-03-12 | 1 | -0/+2 |
* | Get rid of the outdated and unmaintained CPU codename table. | zuxy | 2009-02-23 | 1 | -40/+1 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 | 1 | -1/+1 |
* | Print information about detected CPU in verbose mode only. | diego | 2009-02-09 | 1 | -14/+14 |
* | Use OS preprocessor checks with '#if defined()' consistently. | diego | 2009-01-30 | 1 | -17/+7 |
* | Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'. | diego | 2009-01-26 | 1 | -22/+11 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 | 1 | -2/+2 |
* | HAVE_3DNOWEX --> HAVE_3DNOWEXT | diego | 2009-01-25 | 1 | -1/+1 |
* | fix wrong #ifdef/#ifndef -> #if conversion in r28323 | gpoirier | 2009-01-16 | 1 | -1/+1 |
* | Fix a wrongly converted !defined(ARCH_X86_64) | reimar | 2009-01-16 | 1 | -1/+1 |
* | Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc. | reimar | 2009-01-16 | 1 | -22/+22 |
* | one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com | diego | 2009-01-16 | 1 | -1/+1 |
* | Set and use only ARCH_PPC, not also ARCH_POWERPC. | diego | 2008-12-27 | 1 | -1/+1 |
* | Correct detection of SSSE3 and SSE4a feature bits. | zuxy | 2008-11-30 | 1 | -2/+2 |
* | Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq | cehoyos | 2008-11-25 | 1 | -3/+12 |
* | Add detection of x86 CPU features SSSE3 and SSE4a. | gpoirier | 2008-11-19 | 1 | -0/+4 |
* | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 | 1 | -7/+7 |
* | Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. | diego | 2008-10-16 | 1 | -7/+7 |
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 | 1 | -4/+4 |
* | Simplify cpudetect OS-support detection code, e.g. using one mp_msg to print ... | reimar | 2008-09-18 | 1 | -28/+8 |
* | Remove pointless '#if 1 [...] #endif' around has_cpuid() function. | diego | 2008-08-29 | 1 | -2/+0 |
* | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 1 | -1/+1 |
* | Wrap HAVE_XXX macros with RUNTIME_CPUDETECT, because when RUNTIME_CPUDETECT is | diego | 2008-02-24 | 1 | -0/+2 |
* | Enable SSE detection on OS/2. | diego | 2008-02-24 | 1 | -1/+35 |
* | cosmetics: Break one unreadable long line. | diego | 2008-02-24 | 1 | -1/+3 |
* | Add #include <sys/sysctl.h> for Mac OS X, fixes the warning | diego | 2008-02-24 | 1 | -1/+1 |
* | support for xtensa CPU architecture | diego | 2007-12-11 | 1 | -0/+4 |
* | Slightly simplify preprocessor conditionals. | diego | 2007-12-11 | 1 | -3/+1 |
* | Ahem, fix breakage of last commit: The AltiVec detection code has three | diego | 2007-12-11 | 1 | -0/+3 |
* | Remove redundant and obfuscating preprocessor conditional. | diego | 2007-12-11 | 1 | -3/+0 |
* | Replace SYS_DARWIN conditional by the more correct __APPLE__. | diego | 2007-12-11 | 1 | -5/+5 |
* | Fix warning: | diego | 2007-10-01 | 1 | -1/+0 |
* | Enable SSE on MinGW, many builds out there seem to use it without ill effect. | diego | 2007-09-29 | 1 | -1/+1 |
* | sigill_handler_sse is not needed and can not compile on 64 bit systems | reimar | 2007-09-14 | 1 | -1/+1 |
* | Do not check for X86_FXSR_MAGIC define, it is missing in newer | reimar | 2007-09-14 | 1 | -5/+4 |
* | Remove unused sigfpe handler | reimar | 2007-09-14 | 1 | -22/+0 |
* | Remove test for SSE exception support that has been commented out since ages. | reimar | 2007-09-14 | 1 | -25/+0 |
* | 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 |