log libvo/aclib.c @ 6289:fdf1f9fb5a6a

age author description
2002-04-10 michael memcpy must return destination ptr patch by Adam <adam@cfar.umd.edu>
2002-03-19 michael fixing runtime cpudetect with pre SSE cpus
2002-02-12 michael mem2agpcpy()
2001-12-09 michael runtime cpu detection
2001-11-22 michael 10-20% faster fastmemcpy :) on my p3 at least but the algo is mostly from "amd athlon processor x86 code optimization guide" so it should be faster for amd chips too, but i fear it might be slower for mem->vram copies (someone should check that, i cant) ... there are 2 #defines to finetune it (BLOCK_SIZE & CONFUSION_FACTOR)
2001-06-13 nickols_k Issues about P3 performance and SSE2 support.
2001-05-05 nickols_k Moving fast_memcpy to separate file (Size optimization)