From patchwork Fri Oct 22 23:16:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 46561 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A50E83857820 for ; Fri, 22 Oct 2021 23:16:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A50E83857820 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1634944619; bh=JmUx3gZyPDYOXvyTaxsjEo8AmR8KYxKObD8vLOH5ZB8=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=B4IaeQOYElzoX5+LJ6qpDcPdbWEwfj8l0chAvIppUib9caoHh8Iw31jUubLyMN0qc viJDMPqS2GHQbHgJI7rSqg/OkLJHiLXJ+lytODl7Z5ZkLCAfe++xdRrH+adsyraOp2 OyQFzc/jX1T/I9Zwa/hOds+dbHbizlym5+GsqZWg= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-pl1-x632.google.com (mail-pl1-x632.google.com [IPv6:2607:f8b0:4864:20::632]) by sourceware.org (Postfix) with ESMTPS id 9B95D3857810 for ; Fri, 22 Oct 2021 23:16:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9B95D3857810 Received: by mail-pl1-x632.google.com with SMTP id i1so3745569plr.13 for ; Fri, 22 Oct 2021 16:16:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=JmUx3gZyPDYOXvyTaxsjEo8AmR8KYxKObD8vLOH5ZB8=; b=hBYLF05U0XoTvogCMTYfaQ4fWVmc5y5sPTaFAdRbr0tpm8NCoXhNHpgHGEpSUNZMlz lRW1CeHPPN+m/32V49zt05OljgBBA4HSUvlqsbka71bF33PAOfu3stjt1BlK40IXzOxy gF3Dsv2+y6T0R2Y7uiDyzzbqwaV5/OCFQ4Q5Kc/tzRLg+RUxtpsx4nAYaMqqgwkHPDYr j4KV8925fVSeFkyPV1r/pTCE3kFDOb6iA66o8wC7v6ypucPzFRpN2atiRkAAmA9R9kfT sd/RsXR+xeoUPDJcmaqHu7nyC9BciAp0dJe5/fiKYY0Iuf+62CbsEADdYoFxemWVukyt E25w== X-Gm-Message-State: AOAM53299HHhwZ7pja40EWVT15DMg0zF6oG4LlRv/AewzjVmF7fEN+0T 2zw9+pv93VkroUbyl81OOjvhDQh6OKI= X-Google-Smtp-Source: ABdhPJwss1cIi4jkJ8WQUWZHGiAkoFsSjePJuQcKRqocyeRBgQxSbntfNJXZ3alDjNUJl8MBJrQioA== X-Received: by 2002:a17:90a:408f:: with SMTP id l15mr3213573pjg.34.1634944596817; Fri, 22 Oct 2021 16:16:36 -0700 (PDT) Received: from gnu-cfl-2.localdomain ([2607:fb90:a48a:adf1:e15a:7fe6:0:c66]) by smtp.gmail.com with ESMTPSA id pj12sm10364093pjb.19.2021.10.22.16.16.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Oct 2021 16:16:36 -0700 (PDT) Received: from gnu-cfl-2.lan (localhost [IPv6:::1]) by gnu-cfl-2.localdomain (Postfix) with ESMTP id 42A221A078E; Fri, 22 Oct 2021 16:16:35 -0700 (PDT) To: libc-alpha@sourceware.org Subject: [PATCH] bench-math: Sort and put each bench per line Date: Fri, 22 Oct 2021 16:16:35 -0700 Message-Id: <20211022231635.1304540-1-hjl.tools@gmail.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 X-Spam-Status: No, score=-3032.2 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-Patchwork-Original-From: "H.J. Lu via Libc-alpha" From: "H.J. Lu" Reply-To: "H.J. Lu" Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" 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