summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2009-07-16 07:00:34 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-16 07:00:34 -0700
commite26c9b84155f31b37730fec7621f1d9a805b314d (patch)
treef0898b366e850d2a71a48bfac0deeefead4d6f97 /ChangeLog
parentca419225a3c4f9f341eddf582b201211d1bf2aec (diff)
memcmp implementation for x86-64 using SSE2.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c355ea4be1..87db19e000 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-15 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/x86_64/memcmp.S: New file.
+
2009-07-15 Ulrich Drepper <drepper@redhat.com>
* sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...