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]

[PATCH] powerpc: Optimized POWER8 strlen



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

Attachment: 0001-powerpc-Optimization-for-strlen-for-POWER8.patch
Description: Text document

Attachment: bench-strlen.txt
Description: Text document


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