aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/aclib_template.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r30185Gravatar Uoti Urpala2010-01-08
|\
| * Do not assume that "long" is the size of a register.Gravatar reimar2010-01-03
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Use ecx instead of ebx to avoid unnecessary issues with PIC.Gravatar reimar2009-09-17
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
|/
* Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* 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
* libvo: change asm syntax to use ASMALIGN and " # nop"Gravatar uau2008-02-15
* HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)Gravatar michael2007-05-27
* More gcc-4.0 fixesGravatar gpoirier2005-06-04
* Make this file compile with gcc-4.0.0. The old code was invalid C.Gravatar gpoirier2005-01-21
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Gravatar aurel2004-10-21
* removed nonsense 'inline'Gravatar arpi2002-08-22
* prefer prefetchnta if its availableGravatar michael2002-04-17
* pre mmx2/3dnow fixGravatar michael2002-04-17
* 101Gravatar michael2002-02-13
* mem2agpcpy()Gravatar michael2002-02-12
* runtime cpu detectionGravatar michael2001-12-09
* 10-20% faster fastmemcpy :) on my p3 at least but the algo is mostly from "am...Gravatar michael2001-11-22
* Issues about P3 performance and SSE2 support.Gravatar nickols_k2001-06-13
* Moving fast_memcpy to separate file (Size optimization)Gravatar nickols_k2001-05-05