Replace %xmm8 with %xmm0
commit5f92ec52e795dc004f8e8d17317e4572695ded15
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 25 Aug 2015 15:48:21 +0000 (25 08:48 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 25 Aug 2015 15:48:34 +0000 (25 08:48 -0700)
treec99137d1931efb6586fcd1eff0d36a8c227133b0
parent4bd228c8a6b5b0c64dfac6febf7333e47e42ea26
Replace %xmm8 with %xmm0

Since ld.so preserves vector registers now, we can use %xmm0 to avoid
the REX prefix.

* sysdeps/x86_64/memset.S: Replace %xmm8 with %xmm0.
ChangeLog
sysdeps/x86_64/memset.S