aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOndrej Bilka <neleai@seznam.cz>2013-03-06 22:27:18 +0100
committerOndrej Bilka <neleai@seznam.cz>2013-03-06 22:27:18 +0100
commit87bd9bc4bd2a49a441bb9ba744c9ddb0c9434823 (patch)
treeddef45a58945fed230d26a155bbc10739b3fa864 /ChangeLog
parentb79188d71716b6286866e06add976fe84100595e (diff)
downloadglibc-87bd9bc4bd2a49a441bb9ba744c9ddb0c9434823.tar
glibc-87bd9bc4bd2a49a441bb9ba744c9ddb0c9434823.tar.gz
glibc-87bd9bc4bd2a49a441bb9ba744c9ddb0c9434823.tar.bz2
glibc-87bd9bc4bd2a49a441bb9ba744c9ddb0c9434823.zip
Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"
This reverts commit b79188d71716b6286866e06add976fe84100595e.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 0 insertions, 23 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cf29a0600..c82ed84ea9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,26 +1,3 @@
-2013-03-06 Ondrej Bilka <neleai@seznam.cz>
-
- * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
- implementation which is faster on all x86_64 architectures.
- Tested on AMD, Intel Nehalem, SNB, IVB.
- * sysdeps/x86_64/strnlen.S: Likewise.
-
- * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
- Remove all multiarch strlen and strnlen versions.
- * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
- Remove strlen and strnlen related parts.
-
- * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
- Inline strlen part.
- * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
-
- * sysdeps/x86_64/multiarch/strlen.S: Remove.
- * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
- * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
- * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
- * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
- * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
-
2013-03-06 Patsy Franklin <pfrankli@redhat.com>
* io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.