This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
RE: [PATCH][AArch64] Inline mempcpy
- From: "Wilco Dijkstra" <wdijkstr at arm dot com>
- To: <pinskia at gmail dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Mon, 27 Apr 2015 16:40:15 +0100
- Subject: RE: [PATCH][AArch64] Inline mempcpy
- Authentication-results: sourceware.org; auth=none
- References: <000101d080db$904af8d0$b0e0ea70$ at com> <D1360FBA-8A28-4824-8069-778609B16378 at gmail dot com>
> 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