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 strcmp, memset and memcpy


Hi,

This patch adds aarch64 optimized strcmp, memset and memcpy implementations.

Cheers
/Marcus

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

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

Attachment: 0001-Adding-memcpy-memset-strcmp-acceleration.diff
Description: Binary data

Attachment: 0001-Adding-memcpy-memset-strcmp-acceleration.regenerated.diff
Description: Binary data


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