This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

[PATCH] AArch64 optimized memmove


This patch adds an aarch64 optimized memmove implementation.

/Marcus

2013-01-04  Marcus Shawcroft  <marcus.shawcroft@linaro.org>

        * libc/machine/aarch64/Makefile.am (lib_a_SOURCES):
        Add memmove.S and memmove-stub.c.
        * libc/machine/aarch64/Makefile.in: Regenerated.
        * libc/machine/aarch64/memmove-stub.c: New file.
        * libc/machine/aarch64/memmove.S: New file.

Attachment: 0002-Adding-AArch64-optimized-memmove.patch
Description: Binary data

Attachment: 0002-Adding-AArch64-optimized-memmove.regenerated.patch
Description: Binary data


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