From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id C7CE23856DF7; Fri, 3 Jun 2022 14:12:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C7CE23856DF7 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc/azanella/clang] benchtest: Link bench-malloc-thread with libm X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/clang X-Git-Oldrev: 9476302f3d43f49e201ba76a9ad362936c3ed89a X-Git-Newrev: 04a7d3c6bac8ee2772184b9c9ef457c640bdc77d Message-Id: <20220603141216.C7CE23856DF7@sourceware.org> Date: Fri, 3 Jun 2022 14:12:16 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2022 14:12:16 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=04a7d3c6bac8ee2772184b9c9ef457c640bdc77d commit 04a7d3c6bac8ee2772184b9c9ef457c640bdc77d Author: Adhemerval Zanella Date: Mon Apr 4 09:33:07 2022 -0300 benchtest: Link bench-malloc-thread with libm It uses powf and compiler might not optimize it away. Diff: --- benchtests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/benchtests/Makefile b/benchtests/Makefile index d6cd9e661c..f1a8795f08 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -285,6 +285,7 @@ $(addprefix $(objpfx)bench-,$(bench-pthread)): $(thread-library-benchtests) $(addprefix $(objpfx)bench-,$(bench-malloc)): $(thread-library-benchtests) $(addprefix $(objpfx)bench-,pthread-locks): $(libm-benchtests) $(addprefix $(objpfx)bench-,pthread-mutex-locks): $(libm-benchtests) +$(addprefix $(objpfx)bench-,malloc-thread): $(libm-benchtests)