This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [PATCH] AArch64 optimized strlen implementation.
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: Marcus Shawcroft <marcus dot shawcroft at linaro dot org>
- Cc: newlib at sourceware dot org
- Date: Thu, 10 Jan 2013 12:57:20 +0000
- Subject: Re: [PATCH] AArch64 optimized strlen implementation.
- References: <CABXK9neu2gtOo0vTyDtebfyMeHUv8BDW9YR-YuvJC48UyRbxEg@mail.gmail.com>
On 4 January 2013 18:12, Marcus Shawcroft <marcus.shawcroft@linaro.org> wrote:
> 2013-01-04 Marcus Shawcroft <marcus.shawcroft@linaro.org>
>
> * libc/machine/aarch64/Makefile.am (lib_a_SOURCES):
> Add strlen.S and strlen-stub.c.
> * libc/machine/aarch64/Makefile.in: Regenerated.
> * libc/machine/aarch64/strlen-stub.c: New file.
> * libc/machine/aarch64/strlen.S: New file.
I've committed this patch.
/Marcus