mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
benchtests/Makefile: Run benchmark for memcpy.
The benchmark for memcpy got disabled accidentally. Re-enable it. ChangeLog: 2013-09-06 Will Newton <will.newton@linaro.org> * benchtests/Makefile (string-bench): Add memcpy.
This commit is contained in:
parent
6c82a2f8d7
commit
bbf6e8e4f4
@ -1,3 +1,7 @@
|
||||
2013-09-06 Will Newton <will.newton@linaro.org>
|
||||
|
||||
* benchtests/Makefile (string-bench): Add memcpy.
|
||||
|
||||
2013-09-05 Carlos O'Donell <carlos@redhat.com>
|
||||
Cong Wang <amwang@redhat.com>
|
||||
|
||||
|
@ -24,11 +24,11 @@ bench := acos acosh asin asinh atan atanh cos cosh exp log modf pow rint sin \
|
||||
sinh tan tanh
|
||||
|
||||
# String function benchmarks.
|
||||
string-bench := bcopy bzero memccpy memchr memcmp memmem memmove mempcpy \
|
||||
memset rawmemchr stpcpy stpncpy strcasecmp strcasestr strcat \
|
||||
strchr strchrnul strcmp strcpy strcspn strlen strncasecmp \
|
||||
strncat strncmp strncpy strnlen strpbrk strrchr strspn strstr \
|
||||
strcpy_chk stpcpy_chk
|
||||
string-bench := bcopy bzero memccpy memchr memcmp memcpy memmem memmove \
|
||||
mempcpy memset rawmemchr stpcpy stpncpy strcasecmp strcasestr \
|
||||
strcat strchr strchrnul strcmp strcpy strcspn strlen \
|
||||
strncasecmp strncat strncmp strncpy strnlen strpbrk strrchr \
|
||||
strspn strstr strcpy_chk stpcpy_chk
|
||||
string-bench-ifunc := $(addsuffix -ifunc, $(string-bench))
|
||||
string-bench-all := $(string-bench) $(string-bench-ifunc)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user