]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64/strncmp: Use lsr instead of mov+lsr
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 15 Mar 2018 02:36:21 +0000 (08:06 +0530)
committerWilco Dijkstra <wdijkstr@arm.com>
Fri, 6 Sep 2019 16:15:27 +0000 (17:15 +0100)
commite3c35100d32f83aa3c0ec57b83746fea9b98bc2f
tree92afbe57d74988e104d7862a779b43dae4de7b6c
parent00fd3acde1475e1bc488ee13ae124d0340da856e
aarch64/strncmp: Use lsr instead of mov+lsr

A lsr can do what the mov and lsr did.

(cherry picked from commit b47c3e7637efb77818cbef55dcd0ed1f0ea0ddf1)
ChangeLog
sysdeps/aarch64/strncmp.S