History log of /bionic/libc/arch-arm64/generic/bionic/memcpy.S
Revision Date Author Comments
0cc59dd303205de7110e298e9b90b1c3b98f4711 25-Sep-2014 Christopher Ferris <cferris@google.com> Add __memcpy_chk assembly for 64 bit.

Bug: 17623887

(cherry picked from commit 8cf61dab5f11ed5654a5760ab47cec0239caafe0)

Change-Id: I91e66ca0c26f04b50308059f9c89d388d55f6e3a
7e4fa560999d07064d219a16ebb50d3691dd1b63 05-Mar-2014 Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> Add ARMv8 optimized string handling functions based on cortex-strings

This adds ARMv8 optimized string handling functions to Bionic.
The implementations live in a generic/ directory because there will
likely be more CPU specific versions (e.g. Cortex-A53 vs. Cortex-A57)
later.

These implementations are 50%+ faster on current v8 models.

Change-Id: If3adc54a284d9519459b0d4d4390f0cd6ded8786
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>