aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--benchtests/Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 86599d7..4ec8d83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-23 Wilco Dijkstra <wdijkstr@arm.com>
+
+ * benchtests/Makefile (string-benchset): Add memcpy-random.
+ * benchtests/bench-memcpy-random.c: New file.
+
2017-03-23 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
* stdio-common/printf.h (register_printf_modifier): Change the
diff --git a/benchtests/Makefile b/benchtests/Makefile
index 81edf8a..a96e953 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -37,7 +37,7 @@ string-benchset := bcopy bzero memccpy memchr memcmp memcpy memmem memmove \
strcat strchr strchrnul strcmp strcpy strcspn strlen \
strncasecmp strncat strncmp strncpy strnlen strpbrk strrchr \
strspn strstr strcpy_chk stpcpy_chk memrchr strsep strtok \
- strcoll memcpy-large memmove-large memset-large
+ strcoll memcpy-large memcpy-random memmove-large memset-large
# Build and run locale-dependent benchmarks only if we're building natively.
ifeq (no,$(cross-compiling))