This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/5] arm: Implement armv6 optimized strcpy


On Wed, 6 Mar 2013, Richard Henderson wrote:

> Four times faster than the byte-by-byte default version.
> ---
>  ports/sysdeps/arm/armv6/stpcpy.S |   1 +
>  ports/sysdeps/arm/armv6/strcpy.S | 218 +++++++++++++++++++++++++++++++++++++++
>  2 files changed, 219 insertions(+)
>  create mode 100644 ports/sysdeps/arm/armv6/stpcpy.S
>  create mode 100644 ports/sysdeps/arm/armv6/strcpy.S

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]