From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id DF98E386CE51; Thu, 9 Jun 2022 21:26:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF98E386CE51 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] x86_64: Add workaound math/bits/mathcalls.h __MATHDECL_VEC X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/clang X-Git-Oldrev: 27e4be1a7cc5da99b01f8336a4e0d7e2bc17f8f6 X-Git-Newrev: 71f79b91ea8f526bc1dd3ee4ff7273383d6c005b Message-Id: <20220609212657.DF98E386CE51@sourceware.org> Date: Thu, 9 Jun 2022 21:26:57 +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:58 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=71f79b91ea8f526bc1dd3ee4ff7273383d6c005b commit 71f79b91ea8f526bc1dd3ee4ff7273383d6c005b Author: Adhemerval Zanella Date: Fri Jun 3 09:57:49 2022 -0300 x86_64: Add workaound math/bits/mathcalls.h __MATHDECL_VEC Diff: --- sysdeps/x86_64/fpu/multiarch/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysdeps/x86_64/fpu/multiarch/Makefile b/sysdeps/x86_64/fpu/multiarch/Makefile index 66b519b242..eaf084319d 100644 --- a/sysdeps/x86_64/fpu/multiarch/Makefile +++ b/sysdeps/x86_64/fpu/multiarch/Makefile @@ -1,4 +1,7 @@ ifeq ($(subdir),math) + +CFLAGS-s_sincos.c += $(config-cflags-wno-ignored-attributes) + libm-sysdep_routines += s_floor-c s_ceil-c s_floorf-c s_ceilf-c \ s_rint-c s_rintf-c s_nearbyint-c s_nearbyintf-c \ s_roundeven-c s_roundevenf-c s_trunc-c s_truncf-c