log libvo/aclib_template.c @ 8359:a93461f7e5ef

age author description
2002-08-22 arpi removed nonsense 'inline'
2002-04-17 michael prefer prefetchnta if its available
2002-04-17 michael pre mmx2/3dnow fix
2002-02-13 michael 101
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)