public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: "H.J. Lu" <hjl.tools@gmail.com>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: "H.J. Lu via Libc-alpha" <libc-alpha@sourceware.org>
Subject: Re: [PATCH] x86_64: Add sinh with FMA
Date: Mon, 14 Aug 2023 08:57:03 -0700	[thread overview]
Message-ID: <CAMe9rOqK+R_aYv_HohGtg24NOzAGW_T1AiyVkRMRsA_Lh25fWA@mail.gmail.com> (raw)
In-Reply-To: <87zg2tvd1u.fsf@igel.home>

On Mon, Aug 14, 2023 at 8:50 AM Andreas Schwab <schwab@linux-m68k.org> wrote:
>
> On Aug 14 2023, H.J. Lu via Libc-alpha wrote:
>
> > +/* NB: __expm1 may be expanded to __expm1_fma in the following
> > +   prototypes.  */
>
> Did you mean __expm1l?
>
> > +extern long double __expm1l (long double);
> > +extern long double __expm1f128 (long double);

It looks like

extern long double expm1l (long double __x) __attribute__
((__nothrow__ )); extern long double __expm1_sse2l (long double __x)
__attribute__ ((__nothrow__ ));
 extern _Float128 expm1f128 (_Float128 __x) __attribute__
((__nothrow__ )); extern _Float128 __expm1_sse2f128 (_Float128 __x)
__attribute__ ((__nothrow__ ));

where __expm1 is expanded to __expm1_sse2.

-- 
H.J.

  reply	other threads:[~2023-08-14 15:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-14 15:16 H.J. Lu
2023-08-14 15:50 ` Andreas Schwab
2023-08-14 15:57   ` H.J. Lu [this message]
2023-08-14 16:06     ` Andreas Schwab
2023-08-16 14:45 ` Paul Zimmermann
2023-08-16 17:23   ` H.J. Lu
2023-08-17 19:15     ` Florian Weimer
2023-08-17 19:21       ` H.J. Lu
2023-08-20 14:28         ` Florian Weimer
2023-08-20 14:29           ` H.J. Lu

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=CAMe9rOqK+R_aYv_HohGtg24NOzAGW_T1AiyVkRMRsA_Lh25fWA@mail.gmail.com \
    --to=hjl.tools@gmail.com \
    --cc=libc-alpha@sourceware.org \
    --cc=schwab@linux-m68k.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).