From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 0F6CE3857C46; Mon, 4 Apr 2022 13:01:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0F6CE3857C46 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] benchtests: Only build libmvec benchmarks if its enable at configure X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/clang X-Git-Oldrev: 8f715d6d6189573d7a8b507bdd129ea1f2cea108 X-Git-Newrev: 85aba02cd195e95aebfc4b4cdebb6c4cce55c5e5 Message-Id: <20220404130109.0F6CE3857C46@sourceware.org> Date: Mon, 4 Apr 2022 13:01:09 +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:09 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=85aba02cd195e95aebfc4b4cdebb6c4cce55c5e5 commit 85aba02cd195e95aebfc4b4cdebb6c4cce55c5e5 Author: Adhemerval Zanella Date: Mon Apr 4 09:34:14 2022 -0300 benchtests: Only build libmvec benchmarks if its enable at configure Checked on x86_64-linux-gnu. Diff: --- sysdeps/x86_64/fpu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/x86_64/fpu/Makefile b/sysdeps/x86_64/fpu/Makefile index 8278ce104a..24af49e068 100644 --- a/sysdeps/x86_64/fpu/Makefile +++ b/sysdeps/x86_64/fpu/Makefile @@ -75,7 +75,7 @@ ifeq ($(subdir)$(config-cflags-mprefer-vector-width),mathyes) CFLAGS-branred.c = -mprefer-vector-width=128 endif -ifeq ($(subdir),benchtests) +ifeq ($(subdir)$(build-mathvec),benchtestsyes) double-vlen4-arch-ext-cflags = -mavx double-vlen4-arch-ext2-cflags = -mavx2 double-vlen8-arch-ext-cflags = -mavx512f