Use plain C version of CopyMem() for small copies (fewer than 4096 bytes).
commit819aadfc777275f4f0769835ed45b8c511d8aee1
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 14 May 2011 01:59:20 +0000 (14 01:59 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 14 May 2011 01:59:20 +0000 (14 01:59 +0000)
treea5df944da06f3a356760c28121caa39f2b5fe7fd
parent8860fc614788a8b05e47306b2d81a661d44a4f6b
Use plain C version of CopyMem() for small copies (fewer than 4096 bytes).
Benchmarks suggest this gives better speed.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@38680 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/i386-all/exec/copymem_SSE.S