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 strcat functions with SSE2/SSSE3


On Tue, Jul 19, 2011 at 3:51 PM, Ulrich Drepper <drepper@gmail.com> wrote:
> On Fri, Jul 15, 2011 at 10:33, Dmitrieva Liubov
> <liubov.dmitrieva@gmail.com> wrote:
>> This patch improves 32 bit strcat functions with SSE2 and SSSE3.
>> Tested on Atom, Core 2, Core i5, Core i7. ?It improves performance by
>> up to 5X for strcat and 15x for strncat.
>
> I get a crash in noinl-tester with this patch. ?This is with a Sandy
> Brdige processor but any SSSE3-capable machine should show it.
>

I can't reproduce it on 64bit Fedora 15/Sandy Bridge with

CC="gcc -m32" CXX="g++ -m32" CFLAGS="-O2 -g -march=i686" ../configure
--enable-add-ons=nptl --prefix=/usr --without-cvs --enable-multi-arch
--target=i686-linux --build=i686-linux --host=i686-linux


-- 
H.J.


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