aboutsummaryrefslogtreecommitdiffhomepage
path: root/cpudetect.c
Commit message (Expand)AuthorAge
* Set and use only ARCH_PPC, not also ARCH_POWERPC.Gravatar diego2008-12-27
* Correct detection of SSSE3 and SSE4a feature bits.Gravatar zuxy2008-11-30
* Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfqGravatar cehoyos2008-11-25
* Add detection of x86 CPU features SSSE3 and SSE4a.Gravatar gpoirier2008-11-19
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* Simplify cpudetect OS-support detection code, e.g. using one mp_msg to print ...Gravatar reimar2008-09-18
* Remove pointless '#if 1 [...] #endif' around has_cpuid() function.Gravatar diego2008-08-29
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Wrap HAVE_XXX macros with RUNTIME_CPUDETECT, because when RUNTIME_CPUDETECT isGravatar diego2008-02-24
* Enable SSE detection on OS/2.Gravatar diego2008-02-24
* cosmetics: Break one unreadable long line.Gravatar diego2008-02-24
* Add #include <sys/sysctl.h> for Mac OS X, fixes the warningGravatar diego2008-02-24
* support for xtensa CPU architectureGravatar diego2007-12-11
* Slightly simplify preprocessor conditionals.Gravatar diego2007-12-11
* Ahem, fix breakage of last commit: The AltiVec detection code has threeGravatar diego2007-12-11
* Remove redundant and obfuscating preprocessor conditional.Gravatar diego2007-12-11
* Replace SYS_DARWIN conditional by the more correct __APPLE__.Gravatar diego2007-12-11
* Fix warning:Gravatar diego2007-10-01
* Enable SSE on MinGW, many builds out there seem to use it without ill effect.Gravatar diego2007-09-29
* sigill_handler_sse is not needed and can not compile on 64 bit systemsGravatar reimar2007-09-14
* Do not check for X86_FXSR_MAGIC define, it is missing in newerGravatar reimar2007-09-14
* Remove unused sigfpe handlerGravatar reimar2007-09-14
* Remove test for SSE exception support that has been commented out since ages.Gravatar reimar2007-09-14
* GNU/kFreeBSD support, closes Bugzilla #704.Gravatar diego2007-01-10
* ARCH_X86 simplificationsGravatar reimar2006-11-01
* Detect sse/2 on intel mac, Valtteri Vuorikoski(vuori@sci.fi)Gravatar nplourde2006-10-05
* rm unnecesary void* casts - part 1Gravatar reynaldo2006-07-01
* Typo: use ptmpstr instead of tmpstr to strip leading spaces + add Gravatar gpoirier2006-06-25
* Retrieve CPU built-in namestring, and if it exists, print it during cpu detec...Gravatar gpoirier2006-05-17
* add Amiga-style AltiVec detection, patch from andrea at amigasoft dot netGravatar pacman2006-02-28
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Do not show cache-line size message, I've never seen a case where it was usefulGravatar reimar2005-11-07
* according to Intel/AMD official documentations, CPU family should be displaye...Gravatar gpoirier2005-10-04
* DragonFly BSD supportGravatar diego2005-05-25
* 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