public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Noah Goldstein <goldstein.w.n@gmail.com>
To: "H.J. Lu" <hjl.tools@gmail.com>
Cc: GNU C Library <libc-alpha@sourceware.org>
Subject: Re: [PATCH] bench-math: Sort and put each bench per line
Date: Sat, 23 Oct 2021 03:50:14 -0400	[thread overview]
Message-ID: <CAFUsyf+_bxCbLe=DT_muX1HLaLReTgqXfgp1yqYOciQw_nWuZQ@mail.gmail.com> (raw)
In-Reply-To: <20211022231635.1304540-1-hjl.tools@gmail.com>

On Fri, Oct 22, 2021 at 7:16 PM H.J. Lu via Libc-alpha
<libc-alpha@sourceware.org> wrote:
>
> Sort and put each math bench per line to prepare for new math benches.
> ---
>  benchtests/Makefile | 68 +++++++++++++++++++++++++++++++++++++++++----
>  1 file changed, 62 insertions(+), 6 deletions(-)
>
> diff --git a/benchtests/Makefile b/benchtests/Makefile
> index 4fcd73131a..b690aaf65b 100644
> --- a/benchtests/Makefile
> +++ b/benchtests/Makefile
> @@ -21,12 +21,68 @@
>  subdir := benchtests
>
>  include ../Makeconfig
> -bench-math := acos acosh asin asinh atan atanh cos cosh exp exp2 log log2   \
> -             modf pow rint sin sincos sinh sqrt tan tanh fmin fmax fminf   \
> -             fmaxf powf trunc truncf roundeven roundevenf expf exp2f logf  \
> -             log2f sincosf sinf cosf isnan isinf isfinite hypot logb logbf \
> -             exp10f ilogb ilogbf cbrt erf erfc exp10 expm1 j0 j1 lgamma    \
> -             log10 log1p tgamma y0 y1 atan2
> +
> +bench-math := \
> +  acos \
> +  acosh \
> +  asin \
> +  asinh \
> +  atan \
> +  atan2 \
> +  atanh \
> +  cbrt \
> +  cos \
> +  cosf \
> +  cosh \
> +  erf \
> +  erfc \
> +  exp \
> +  exp10 \
> +  exp10f \
> +  exp2 \
> +  exp2f \
> +  expf \
> +  expm1 \
> +  fmax \
> +  fmaxf \
> +  fmin \
> +  fminf \
> +  hypot \
> +  ilogb \
> +  ilogbf \
> +  isfinite \
> +  isinf \
> +  isnan \
> +  j0 \
> +  j1 \
> +  lgamma \
> +  log \
> +  log10 \
> +  log1p \
> +  log2 \
> +  log2f \
> +  logb \
> +  logbf \
> +  logf \
> +  modf \
> +  pow \
> +  powf \
> +  rint \
> +  roundeven \
> +  roundevenf \
> +  sin \
> +  sincos \
> +  sincosf \
> +  sinf \
> +  sinh \
> +  sqrt \
> +  tan \
> +  tanh \
> +  tgamma \
> +  trunc \
> +  truncf \
> +  y0 \
> +  y1 \
>
>  ifneq (,$(filter yes,$(float96-fcts)))
>  bench-math += cbrtl
> --
> 2.32.0
>

LGTM.

      reply	other threads:[~2021-10-23  7:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-22 23:16 H.J. Lu
2021-10-23  7:50 ` Noah Goldstein [this message]

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='CAFUsyf+_bxCbLe=DT_muX1HLaLReTgqXfgp1yqYOciQw_nWuZQ@mail.gmail.com' \
    --to=goldstein.w.n@gmail.com \
    --cc=hjl.tools@gmail.com \
    --cc=libc-alpha@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).