From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 59A0D384B123; Thu, 9 Jun 2022 21:26:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 59A0D384B123 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: fa021b2a0d044607cd1bc4240834963e7023ee38 X-Git-Newrev: 33c24f2a7fb49505e5176c76d211889fd029a5b2 Message-Id: <20220609212622.59A0D384B123@sourceware.org> Date: Thu, 9 Jun 2022 21:26:22 +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: Thu, 09 Jun 2022 21:26:22 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=33c24f2a7fb49505e5176c76d211889fd029a5b2 commit 33c24f2a7fb49505e5176c76d211889fd029a5b2 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)