[U-Boot] [PATCH v4] x86: Import the glibc memset implementation
Graeme Russ
graeme.russ at gmail.com
Wed Nov 30 12:05:36 CET 2011
Hi Gabe,
On 15/11/11 11:47, Gabe Black wrote:
> The new implementation is about twice as fast as the old. This is from
> glibc-2.14, sysdeps/i386/memset.c.
>
> Signed-off-by: Gabe Black <gabeblack at chromium.org>
> ---
> Changes in v2:
> Update the commit summary as suggested by Mike Frysinger.
>
> Changes in v3:
> Rebase onto the x86 repository.
>
> Changes in v4:
> Remove "All rights reserved."
> Add the glibc version number to the commit message.
>
> arch/x86/include/asm/string.h | 2 +-
> arch/x86/lib/Makefile | 1 +
> arch/x86/lib/string.c | 87 +++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 89 insertions(+), 1 deletions(-)
> create mode 100644 arch/x86/lib/string.c
Applied to u-boot-x86/master
Thanks,
Graeme
More information about the U-Boot
mailing list