diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2009-07-25 19:15:14 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-25 19:15:14 -0700 |
commit | 4e5b5821bf58ddc30d455ee4968623f3334fbe28 (patch) | |
tree | 1e3ceb13e48e5210c126639e37ff90a1e7a104cc /ChangeLog | |
parent | 657317537c09b82a2feb1194fda045f63e3a1222 (diff) | |
download | glibc-4e5b5821bf58ddc30d455ee4968623f3334fbe28.zip glibc-4e5b5821bf58ddc30d455ee4968623f3334fbe28.tar.gz glibc-4e5b5821bf58ddc30d455ee4968623f3334fbe28.tar.bz2 |
Some some optimizations for x86-64 strcmp.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2009-07-25 Ulrich Drepper <drepper@redhat.com> + * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for + modern processor versions. Patch by H.J. Lu <hongjiu.lu@intel.com>. + [BZ #10448] * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no callback we must touch the status to avoid using stale value. |