summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2010-02-24 18:26:30 -0800
committerUlrich Drepper <drepper@redhat.com>2010-02-24 18:26:30 -0800
commit3093e0c713306755b364e59393e2ca18706d8a47 (patch)
treee88cc7272b83f40507be8739a5d8d523f22a2338 /ChangeLog
parenta0ac24d98ace90d1ccba6a2f3e7d55600f2fdb6e (diff)
downloadglibc-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2932b053b3..ec890ead08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.