about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-25 14:50:31 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-25 14:50:31 -0400
commit618280a192aed70b47d6b2deb2a81c6359b9a92b (patch)
tree7eda2d9ff8563db1da609b0b03255a13c32aa0e6 /ChangeLog
parent32d2a6ec31c5b9a02c339530df4a1b6728514868 (diff)
downloadglibc-618280a192aed70b47d6b2deb2a81c6359b9a92b.tar.gz
glibc-618280a192aed70b47d6b2deb2a81c6359b9a92b.tar.xz
glibc-618280a192aed70b47d6b2deb2a81c6359b9a92b.zip
Optimize x86-64 SSE4.2+ strcmp a bit more
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef639398b5..b4f22bda35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-25  Ulrich Drepper  <drepper@gmail.com>
+
+	* sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
+	place.  Use VEX encoding when compiling for AVX.
+
 2011-10-25  Andreas Schwab  <schwab@redhat.com>
 
 	* wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.