Re: [U-Boot] [PATCH 1/2] ARM: Default to using optimized memset and memcpy routines

2017-01-19 Thread Simon Glass
On 12 January 2017 at 11:16, Tom Rini wrote: > We have long had available optimized versions of the memset and memcpy > functions that are borrowed from the Linux kernel. We should use these > in normal conditions as the speed wins in many workflows outweigh the > relatively minor size increase.

Re: [U-Boot] [PATCH 1/2] ARM: Default to using optimized memset and memcpy routines

2017-01-12 Thread Stefan Roese
On 12.01.2017 19:16, Tom Rini wrote: We have long had available optimized versions of the memset and memcpy functions that are borrowed from the Linux kernel. We should use these in normal conditions as the speed wins in many workflows outweigh the relatively minor size increase. However, we ha

[U-Boot] [PATCH 1/2] ARM: Default to using optimized memset and memcpy routines

2017-01-12 Thread Tom Rini
We have long had available optimized versions of the memset and memcpy functions that are borrowed from the Linux kernel. We should use these in normal conditions as the speed wins in many workflows outweigh the relatively minor size increase. However, we have a number of places where we're simpl