diff options
author | 2019-12-19 13:41:40 +0000 | |
---|---|---|
committer | 2019-12-19 16:31:04 -0300 | |
commit | c2150769d015dca1805334af7743829f1e4c0b6a (patch) | |
tree | 9a57061392d7a63e1696ab208005677b3968bfce /malloc/dynarray_resize.c | |
parent | aarch64: Add Huawei Kunpeng to tunable cpu list (diff) | |
download | glibc-c2150769d015dca1805334af7743829f1e4c0b6a.tar.xz glibc-c2150769d015dca1805334af7743829f1e4c0b6a.zip |
aarch64: Optimized strlen for strlen_asimd
Optimize the strlen implementation by using vector operations and
loop unrolling in main loop.Compared to __strlen_generic,it reduces
latency of cases in bench-strlen by 7%~18% when the length of src
is greater than 128 bytes, with gains throughout the benchmark.
Checked on aarch64-linux-gnu.
Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
Diffstat (limited to 'malloc/dynarray_resize.c')
0 files changed, 0 insertions, 0 deletions