This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.18-83-gbbf6e8e


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  bbf6e8e4f416ebb84b22b613752adb7cbc0d82df (commit)
      from  6c82a2f8d7c8e21e39237225c819f182ae438db3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=bbf6e8e4f416ebb84b22b613752adb7cbc0d82df

commit bbf6e8e4f416ebb84b22b613752adb7cbc0d82df
Author: Will Newton <will.newton@linaro.org>
Date:   Wed Sep 4 09:11:58 2013 +0100

    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.

diff --git a/ChangeLog b/ChangeLog
index 70de523..d67993a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
diff --git a/benchtests/Makefile b/benchtests/Makefile
index 4d4b909..6037e5c 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -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)
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    4 ++++
 benchtests/Makefile |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]