diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-02-24 18:20:57 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-02-24 18:20:57 -0800 |
commit | a0ac24d98ace90d1ccba6a2f3e7d55600f2fdb6e (patch) | |
tree | a58f84f5e97249696388368796045aba7f82705b /ChangeLog | |
parent | cc50f1a4b458f769ceb72d88bb78c8429361fec1 (diff) | |
download | glibc-a0ac24d98ace90d1ccba6a2f3e7d55600f2fdb6e.tar.gz |
Fix issues in x86 memcpy-ssse3.S
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2010-02-24 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Use unsigned + conditional jumps. + Correct unwind info. + * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Remove redundant punpcklbw. Use unsigned conditional jumps. |