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 v1.2] Improve unaligned memcpy and memmove.


On Fri, Oct 04, 2013 at 05:07:35PM +0400, Liubov Dmitrieva wrote:
> Can we make "**back" versions clean up in this patch?
> Are there any processors still use it?
> Atom and core2 uses "***ssse3" version not the "***back" ones.
> Do we need to handle these "***back" versions now?
>
Yes but not in this patch, they are used at memmmove. 

I do this in improved ssse3 version that I wrote here,
http://www.sourceware.org/ml/libc-alpha/2013-08/msg00279.html
I will prepare actual patch today.

Ondra

> --
> Liubov
> 


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