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][AArch64] Inline mempcpy


> pinskia@gmail.com wrote:
> > On Apr 27, 2015, at 4:16 AM, Wilco Dijkstra <wdijkstr@arm.com> wrote:
> >
> > Add inlining of mempcpy on AArch64 to expand into memcpy.
> >
> > OK for commit?
> 
> This seems like this should be part of generic code rather than aarch64 specific versions.

Absolutely, but the question is what is the best way of doing that? Some targets may want
to keep using their assembler mempcpy implementation.

Wilco



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