From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 7FEB8385624B; Tue, 10 May 2022 18:30:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7FEB8385624B 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: 2eef58aa05788913117fb6e6f7a8d5011642e8eb X-Git-Newrev: 8629a7160ccc0bd176d14acd843b154a2122522d Message-Id: <20220510183024.7FEB8385624B@sourceware.org> Date: Tue, 10 May 2022 18:30:24 +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: Tue, 10 May 2022 18:30:24 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8629a7160ccc0bd176d14acd843b154a2122522d commit 8629a7160ccc0bd176d14acd843b154a2122522d 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 1d05d2c592..3ae16ce778 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -279,6 +279,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)