Skip to content
Commit 236287f8 authored by Wilco Dijkstra's avatar Wilco Dijkstra
Browse files

AArch64: Improve backwards memmove performance



On some microarchitectures performance of the backwards memmove improves if
the stores use STR with decreasing addresses.  So change the memmove loop
in memcpy_advsimd.S to use 2x STR rather than STP.

Reviewed-by: default avatarAdhemerval Zanella <adhemerval.zanella@linaro.org>
(cherry picked from commit bd394d13)
parent ade1fa24
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment