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: New 32 bit wcscmp implementation


Hello,

I've optimized wcscmp function (new implementation is written with
assembly language coding), it looks better than current version for
all machines with SSE2 supporting I have.

It improves performance by up to 3X.

This patch should be applied after 64bit wcscmp patch since shared
change in wcsmbs/wcscmp.c is required for this patch as well.



--

Liubov Dmitrieva
Software Engineer
Intel Corporation

Attachment: ChangeLog.wcscmp_32
Description: Binary data

Attachment: wcscmp_32.patch
Description: Binary data


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