From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Wed, 30 Nov 2011 22:05:36 +1100 Subject: [U-Boot] [PATCH v4] x86: Import the glibc memset implementation In-Reply-To: <1321318038-12749-1-git-send-email-gabeblack@chromium.org> References: <1321318038-12749-1-git-send-email-gabeblack@chromium.org> Message-ID: <4ED60E00.1080303@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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