about summary refs log tree commit diff
path: root/rt
diff options
context:
space:
mode:
authorXuelei Zhang <zhangxuelei4@huawei.com>2019-12-19 13:08:11 +0000
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-12-19 16:31:04 -0300
commit0237b61526e716fa9597f521643908a4fda3b46a (patch)
treebac85f002ba42d2039bbb7a7af5ac7ba3c985f3a /rt
parent233efd433d847e69480fe587c4c29a32fe554174 (diff)
downloadglibc-0237b61526e716fa9597f521643908a4fda3b46a.tar.gz
glibc-0237b61526e716fa9597f521643908a4fda3b46a.tar.xz
glibc-0237b61526e716fa9597f521643908a4fda3b46a.zip
aarch64: Optimized implementation of strcpy
Optimize the strcpy implementation by using vector loads and operations
in main loop.Compared to aarch64/strcpy.S, it reduces latency of cases
in bench-strlen by 5%~18% when the length of src is greater than 64
bytes, with gains throughout the benchmark.

Checked on aarch64-linux-gnu.

Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
Diffstat (limited to 'rt')
0 files changed, 0 insertions, 0 deletions