From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x52d.google.com (mail-pg1-x52d.google.com [IPv6:2607:f8b0:4864:20::52d]) by sourceware.org (Postfix) with ESMTPS id 61CF73858D28 for ; Sat, 23 Oct 2021 07:50:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 61CF73858D28 Received: by mail-pg1-x52d.google.com with SMTP id f5so5467306pgc.12 for ; Sat, 23 Oct 2021 00:50:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YSuahZs+AX0NVzdG/B8/bibsUXOaOnMCJDz6PGWe2V4=; b=FB/1G1iZtp1l7gDeAaJiAypZT0TaG3BFx7xOnNFq2K2KlBlHV1fGvuj+r77EG45IV7 ObAVh1GkRODjN8npCDZZKR3TxMxXuVKEuzKWMz44k+ruhrZFOxAeqj+wCXNRiCCnQqLx /9w1syCQfzimsczA3/yGparPGoyQ98J3dteT0JmyER4DmBnIy8tKHReHNrgGx7paDkbP 8c0Hgvpms+xKgj4HY/hngBvRRcYngSruWuM7aDhxoYoNLYxZQSMySDaesyNBw1cZ1cbh 6g9ZYqi5ESL0bICJEjwaCfBlJfEkmdNu8JhJvNsIFyU23hwOE2666pixuHXAeBRFda2M GYOw== X-Gm-Message-State: AOAM53057BwlfioO6BU72gVdaE0Ll/9l9kGdj6iLFUqDEjIWalTgzNbB O5NxmdM+5VK3TWvPFn5j0wYauKP9xx8+QXho4qU= X-Google-Smtp-Source: ABdhPJxUmA+JkVln96JtZMtA3XodThDijKNi9cnjhQJhq2ZQpA67cOdUdjaqcYgEINWBQZkDnNJhHtAX+3NT0paovB8= X-Received: by 2002:a05:6a00:b81:b0:47b:d7dd:13c with SMTP id g1-20020a056a000b8100b0047bd7dd013cmr915677pfj.79.1634975426449; Sat, 23 Oct 2021 00:50:26 -0700 (PDT) MIME-Version: 1.0 References: <20211022231635.1304540-1-hjl.tools@gmail.com> In-Reply-To: <20211022231635.1304540-1-hjl.tools@gmail.com> From: Noah Goldstein Date: Sat, 23 Oct 2021 03:50:14 -0400 Message-ID: Subject: Re: [PATCH] bench-math: Sort and put each bench per line To: "H.J. Lu" Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-8.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2021 07:50:28 -0000 On Fri, Oct 22, 2021 at 7:16 PM H.J. Lu via Libc-alpha 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.