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: Improve 64 bit strchr and strrchr functions for atom (withSSE2 but without using bsf, bsr)


Hello,

This patch improves strchr and strrchr functions on atom for 64 bit
mode (uses SSE2 but without using bsf, bsr instructions).

It improves performance by up to 3X for strchr and strrchr on atom.


--
Liubov Dmitrieva

Attachment: ChangeLog.strchr_strrchr_64
Description: Binary data

Attachment: strchr_strrchr_64_bit.patch
Description: Binary data


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