about summary refs log tree commit diff
path: root/benchtests/Makefile
diff options
context:
space:
mode:
authorNoah Goldstein <goldstein.w.n@gmail.com>2021-10-23 01:36:30 -0400
committerNoah Goldstein <goldstein.w.n@gmail.com>2021-10-27 13:03:46 -0500
commitcf3acd774f4c11e90cdc28192d69c60e2c02a004 (patch)
tree19d1e9a8408168c452d37d4f1a09a259d3762e52 /benchtests/Makefile
parent3592ccd472a47ec8be977b0ff33f841f4c175caf (diff)
downloadglibc-cf3acd774f4c11e90cdc28192d69c60e2c02a004.tar.gz
glibc-cf3acd774f4c11e90cdc28192d69c60e2c02a004.tar.xz
glibc-cf3acd774f4c11e90cdc28192d69c60e2c02a004.zip
Benchtests: Add benchtests for __memcmpeq
No bug. This commit adds __memcmpeq benchmarks. The benchmarks just
use the existing ones in memcmp. This will be useful for testing
implementations of __memcmpeq that do not just alias memcmp.
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r--benchtests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile
index b690aaf65b..7be0e47c47 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -103,7 +103,7 @@ bench := $(foreach B,$(filter bench-%,${BENCHSET}), ${${B}})
 endif
 
 # String function benchmarks.
-string-benchset := memccpy memchr memcmp memcpy memmem memmove \
+string-benchset := memccpy memchr memcmp memcmpeq memcpy memmem memmove \
 		   mempcpy memset rawmemchr stpcpy stpncpy strcasecmp strcasestr \
 		   strcat strchr strchrnul strcmp strcpy strcspn strlen \
 		   strncasecmp strncat strncmp strncpy strnlen strpbrk strrchr \