Re: [U-Boot] [PATCH V3] arm: Use optimized memcpy and memset from linux

2011-03-24 Thread Albert ARIBAUD
Le 11/03/2011 08:36, Matthias Weisser a écrit : > Using optimized versions of memset and memcpy from linux brings a quite > noticeable speed (x2 or better) improvement for these two functions. > > Here are some numbers for test done with jadecpu > > | HEAD(1)| HEAD(1)| H

[U-Boot] [PATCH V3] arm: Use optimized memcpy and memset from linux

2011-03-10 Thread Matthias Weisser
Using optimized versions of memset and memcpy from linux brings a quite noticeable speed (x2 or better) improvement for these two functions. Here are some numbers for test done with jadecpu | HEAD(1)| HEAD(1)| HEAD(2)| HEAD(2)| || +pat