about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2010-02-24 18:11:35 -0800
committerUlrich Drepper <drepper@redhat.com>2010-02-24 18:11:35 -0800
commitcc50f1a4b458f769ceb72d88bb78c8429361fec1 (patch)
treef2ea40d2ac747a5cf784e6ff58582c06e1c999a8 /ChangeLog
parent7ca890b88e6ab7624afb1742a9fffb37ad5b3fc3 (diff)
downloadglibc-cc50f1a4b458f769ceb72d88bb78c8429361fec1.tar.gz
glibc-cc50f1a4b458f769ceb72d88bb78c8429361fec1.tar.xz
glibc-cc50f1a4b458f769ceb72d88bb78c8429361fec1.zip
Fix issues in x86 memset-sse2.S/memset-sse2-rep.S
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25691cd6ec..26429c65c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2010-02-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Remove redundant
+	punpcklbw.
+	Use unsigned conditional jumps.
+	(128bytesormore_nt): Renamed to ...
+	(128bytesormore_endof_L1): This.
+	Use add instead of lea if possible.
+	Correct unwind info.
+	* sysdeps/i386/i686/multiarch/memset-sse2.S: Remove redundant
+	punpcklbw.
+	Use unsigned conditional jumps.
+	Use add instead of lea if possible.
+	Correct unwind info.
+
 2010-02-24  Ulrich Drepper  <drepper@redhat.com>
 
 	[BZ #11319]