This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] powerpc: Optimized POWER8 strlen


Ping?

On 3/28/16 4:44 PM, Carlos Eduardo Seo wrote:

Vectorized implementation of strlen for POWER8. This adds significant
improvement for long strings (~3x). There will be a trade-off around the
64-byte length due to the alignment checks required to jump into the
vectorized loop.

Benchmark results are attached.


--
Carlos Eduardo Seo
Software Engineer - Linux on Power Toolchain
cseo@linux.vnet.ibm.com


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