From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id F22B73858418; Mon, 4 Apr 2022 13:01:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F22B73858418 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: 6cf5a5d458c11b838bfbcaa6c6a5cf6c45bc3047 X-Git-Newrev: 8f715d6d6189573d7a8b507bdd129ea1f2cea108 Message-Id: <20220404130103.F22B73858418@sourceware.org> Date: Mon, 4 Apr 2022 13:01:03 +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: Mon, 04 Apr 2022 13:01:04 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8f715d6d6189573d7a8b507bdd129ea1f2cea108 commit 8f715d6d6189573d7a8b507bdd129ea1f2cea108 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 cb02f7e67b..d4397e76e1 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -281,6 +281,7 @@ $(addprefix $(objpfx)bench-,$(math-benchset)): $(libm-benchtests) $(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-,malloc-thread): $(libm-benchtests)