Mercurial > mplayer.hg
log libvo/aclib.c @ 6506:f0788e0f7475
age | author | description |
---|---|---|
Wed, 10 Apr 2002 05:23:13 +0000 | michael | memcpy must return destination ptr patch by Adam <adam@cfar.umd.edu> |
Tue, 19 Mar 2002 22:32:45 +0000 | michael | fixing runtime cpudetect with pre SSE cpus |
Tue, 12 Feb 2002 23:17:14 +0000 | michael | mem2agpcpy() |
Sun, 09 Dec 2001 15:25:11 +0000 | michael | runtime cpu detection |
Thu, 22 Nov 2001 19:40:38 +0000 | 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) |
Wed, 13 Jun 2001 16:12:14 +0000 | nickols_k | Issues about P3 performance and SSE2 support. |
Sat, 05 May 2001 13:30:00 +0000 | nickols_k | Moving fast_memcpy to separate file (Size optimization) |