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 1/5] arm: Implement armv6 optimized strlen


On Wed, 6 Mar 2013, Richard Henderson wrote:

> Twice as fast for long strings and 50% faster for short strings
> over the armv4 version on A15.
> ---
>  ports/sysdeps/arm/armv6/strlen.S  | 99 +++++++++++++++++++++++++++++++++++++++
>  ports/sysdeps/arm/armv6t2/Implies |  2 +
>  2 files changed, 101 insertions(+)
>  create mode 100644 ports/sysdeps/arm/armv6/strlen.S
>  create mode 100644 ports/sysdeps/arm/armv6t2/Implies

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]