public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Adhemerval Zanella <azanella@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc/azanella/clang] x86_64: Add workaound math/bits/mathcalls.h __MATHDECL_VEC
Date: Thu,  9 Jun 2022 21:26:57 +0000 (GMT)	[thread overview]
Message-ID: <20220609212657.DF98E386CE51@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=71f79b91ea8f526bc1dd3ee4ff7273383d6c005b

commit 71f79b91ea8f526bc1dd3ee4ff7273383d6c005b
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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


             reply	other threads:[~2022-06-09 21:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-09 21:26 Adhemerval Zanella [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-09 13:23 Adhemerval Zanella
2022-06-03 14:13 Adhemerval Zanella

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220609212657.DF98E386CE51@sourceware.org \
    --to=azanella@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).