]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Import the glibc memset implementation
authorGabe Black <gabeblack@chromium.org>
Mon, 14 Nov 2011 14:47:18 +0000 (14:47 +0000)
committerGraeme Russ <graeme.russ@gmail.com>
Tue, 29 Nov 2011 10:31:17 +0000 (21:31 +1100)
commitdbaef6ef33912a863f9fb550857028fb96e42c59
tree255343e0720426f7e7cbbb678bc93af506aff74c
parent60a9b6bfddbe1e3ae280fe5422ccd283bc31a591
x86: Import the glibc memset implementation

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@chromium.org>
arch/x86/include/asm/string.h
arch/x86/lib/Makefile
arch/x86/lib/string.c [new file with mode: 0644]