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: Improve 32 bit memchr, memrchr, rawmemchr with SSE2


On Mon, Sep 12, 2011 at 11:43, Dmitrieva Liubov
<liubov.dmitrieva@gmail.com> wrote:
> Â Â Â Â* string/memchr.c
> Â Â Â Â(MEMCHR): New macro.
> Â Â Â Â* string/rawmemchr.c
> Â Â Â Â(RAWMEMCHR): New macro.

Why would you need this?  The fallback should be the implementation in
sysdeps/i386.  If that implementation is bad then it should be fixed
up or removed.  But I guess you just copied what is done for other
functions.


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