summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2018-12-27 14:56:23 +0000
committerWilco Dijkstra <wdijkstr@arm.com>2018-12-27 14:56:23 +0000
commit5289f1f56b7174da6b036d24a7626d9cd658fb01 (patch)
tree4d91f4f0319dba42323b1dbe1b9a241aa871c47e /ChangeLog
parentba4b8fab20d52e4c3c52fcff805c77219a9e8b5e (diff)
downloadglibc-5289f1f56b7174da6b036d24a7626d9cd658fb01.tar.gz
glibc-5289f1f56b7174da6b036d24a7626d9cd658fb01.tar.xz
glibc-5289f1f56b7174da6b036d24a7626d9cd658fb01.zip
Improve bench-strlen
The current bench-strlen compares against a slow byte-oriented strlen which
is not useful given it's too easy to beat.  Remove it and compare against the
generic C strlen version and memchr.

	* benchtests/bench-strlen.c (generic_strlen): New function.
	(memchr_strlen): New function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb959e3789..ea72d5e1c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-12-27  Wilco Dijkstra  <wdijkstr@arm.com>
+
+	* benchtests/bench-strlen.c (generic_strlen): New function.
+	 (memchr_strlen): New function.
+
 2018-12-26  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/x86_64/fpu/s_sincosf.S: Removed.