Replace %xmm[8-12] with %xmm[0-4]
commit2194737e77256a847ed4fca7652e4dcb8d3f9c1e
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 25 Aug 2015 15:51:09 +0000 (25 08:51 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 25 Aug 2015 15:51:23 +0000 (25 08:51 -0700)
treea603bcd4140c67d443ac8154a98cca8213e220c2
parent2339c6f4bd71b1e4dfcb2a05a9200cd68d3d8837
Replace %xmm[8-12] with %xmm[0-4]

Since ld.so preserves vector registers now, we can use %xmm[0-4] to
avoid the REX prefix.

* sysdeps/x86_64/strlen.S: Replace %xmm[8-12] with %xmm[0-4].
ChangeLog
sysdeps/x86_64/strlen.S