summaryrefslogtreecommitdiffstats
path: root/libvo/aclib_template.c
Commit message (Expand)AuthorAgeFilesLines
* libvo: change asm syntax to use ASMALIGN and " # nop"uau2008-02-151-3/+3
* HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)michael2007-05-271-6/+6
* More gcc-4.0 fixesgpoirier2005-06-041-4/+4
* Make this file compile with gcc-4.0.0. The old code was invalid C.gpoirier2005-01-211-6/+6
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-211-35/+35
* removed nonsense 'inline'arpi2002-08-221-2/+2
* prefer prefetchnta if its availablemichael2002-04-171-3/+3
* pre mmx2/3dnow fixmichael2002-04-171-4/+10
* 101michael2002-02-131-2/+0
* mem2agpcpy()michael2002-02-121-0/+85
* runtime cpu detectionmichael2001-12-091-17/+6
* 10-20% faster fastmemcpy :) on my p3 at least but the algo is mostly from "am...michael2001-11-221-6/+116
* Issues about P3 performance and SSE2 support.nickols_k2001-06-131-2/+9
* Moving fast_memcpy to separate file (Size optimization)nickols_k2001-05-051-0/+249