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


Hi Ulrich,

I fixed overflow bug in 64 bit version first. I've attached small fix.

It was the same wrong in both files:
strcpy-ssse3.S
strcpy-sse2-unaligned.S

I built it on Core 2 to check fix in strcpy-ssse3.S file and
on core i-7 SNB to check fix in strcpy-sse2-unaligned file.


--
Liubov

Attachment: ChangeLog.strcat_64_fix
Description: Binary data

Attachment: strcat_64_bit_fix.patch
Description: Binary data


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