diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-02-24 18:26:30 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-02-24 18:26:30 -0800 |
commit | 3093e0c713306755b364e59393e2ca18706d8a47 (patch) | |
tree | e88cc7272b83f40507be8739a5d8d523f22a2338 /ChangeLog | |
parent | a0ac24d98ace90d1ccba6a2f3e7d55600f2fdb6e (diff) | |
download | glibc-3093e0c713306755b364e59393e2ca18706d8a47.tar glibc-3093e0c713306755b364e59393e2ca18706d8a47.tar.gz glibc-3093e0c713306755b364e59393e2ca18706d8a47.tar.bz2 glibc-3093e0c713306755b364e59393e2ca18706d8a47.zip |
Fix issues in x86 memcpy-ssse3-rep.S
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2010-02-24 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S + (bk_write_less32bytes_2): Renamed to ... + (bk_write_less48bytes): This. + Use unsigned conditional jumps. + Correct unwind info. + Use add/sub instead of lea if possible. + (shl_0_gobble_cache_loop_tail): Removed. + (large_page): Properly adjust ECX. + * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Use unsigned conditional jumps. Correct unwind info. |