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] math: Define CMPLX(F,L) for clang Date: Thu, 28 Sep 2023 17:53:45 +0000 (GMT) [thread overview] Message-ID: <20230928175345.0BBB638983A4@sourceware.org> (raw) https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5029d36208aad358ef7b09d6cfc37d7f6df02ef4 commit 5029d36208aad358ef7b09d6cfc37d7f6df02ef4 Author: Adhemerval Zanella <adhemerval.zanella@linaro.org> Date: Thu Mar 24 13:13:43 2022 -0300 math: Define CMPLX(F,L) for clang Diff: --- math/complex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/complex.h b/math/complex.h index 0b943627d9..5fc03399d7 100644 --- a/math/complex.h +++ b/math/complex.h @@ -52,7 +52,7 @@ __BEGIN_DECLS #undef I #define I _Complex_I -#if defined __USE_ISOC11 && __GNUC_PREREQ (4, 7) +#if defined __USE_ISOC11 && (__GNUC_PREREQ (4, 7) || defined __clang__) /* Macros to expand into expression of specified complex type. */ # define CMPLX(x, y) __builtin_complex ((double) (x), (double) (y)) # define CMPLXF(x, y) __builtin_complex ((float) (x), (float) (y))
next reply other threads:[~2023-09-28 17:53 UTC|newest] Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-09-28 17:53 Adhemerval Zanella [this message] -- strict thread matches above, loose matches on Subject: below -- 2024-04-17 20:08 Adhemerval Zanella 2024-04-02 15:55 Adhemerval Zanella 2024-02-09 17:33 Adhemerval Zanella 2024-02-07 14:08 Adhemerval Zanella 2024-01-29 17:58 Adhemerval Zanella 2023-12-21 18:55 Adhemerval Zanella 2023-08-30 12:38 Adhemerval Zanella 2023-02-09 19:50 Adhemerval Zanella 2022-10-28 17:43 Adhemerval Zanella 2022-10-04 13:00 Adhemerval Zanella 2022-06-09 21:21 Adhemerval Zanella 2022-06-09 13:18 Adhemerval Zanella 2022-06-03 14:07 Adhemerval Zanella 2022-05-13 14:21 Adhemerval Zanella 2022-05-12 19:35 Adhemerval Zanella 2022-05-10 18:25 Adhemerval Zanella 2022-04-29 14:05 Adhemerval Zanella 2022-04-04 12:55 Adhemerval Zanella 2022-03-31 19:08 Adhemerval Zanella 2022-03-29 20:31 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=20230928175345.0BBB638983A4@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: linkBe 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).