From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7838) id 7C55F385743B; Mon, 2 Aug 2021 13:27:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7C55F385743B Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Paul Zimmermann To: glibc-cvs@sourceware.org Subject: [glibc] Remove obsolete comments/name from several benchtest input files. X-Act-Checkin: glibc X-Git-Author: Paul Zimmermann X-Git-Refname: refs/heads/master X-Git-Oldrev: 4165dd2e9562a586865f3032a91958cec40c4692 X-Git-Newrev: db737c79c694d0cb65dbc40696c8765b4299310c Message-Id: <20210802132743.7C55F385743B@sourceware.org> Date: Mon, 2 Aug 2021 13:27:43 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2021 13:27:43 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=db737c79c694d0cb65dbc40696c8765b4299310c commit db737c79c694d0cb65dbc40696c8765b4299310c Author: Paul Zimmermann Date: Mon Aug 2 15:19:21 2021 +0200 Remove obsolete comments/name from several benchtest input files. These comments refer to slow paths that were removed in glibc 2.34 or earlier. The corresponding "names" that yield separate workload traces for "make bench" are thus obsolete. We are however keeping the corresponding inputs. Reviewed-by: Siddhesh Poyarekar Diff: --- benchtests/asin-inputs | 3 --- benchtests/atan-inputs | 3 --- benchtests/cos-inputs | 3 --- benchtests/pow-inputs | 4 ---- benchtests/sin-inputs | 3 --- benchtests/tan-inputs | 7 ------- 6 files changed, 23 deletions(-) diff --git a/benchtests/asin-inputs b/benchtests/asin-inputs index 753049bfe7..9d1a329eea 100644 --- a/benchtests/asin-inputs +++ b/benchtests/asin-inputs @@ -2501,9 +2501,6 @@ -0x1.e8ac5756ef915p-1 -0x1.0f9400d75348bp-16 0x1.916dc64eee2aap-1 -# asin multiple precision fallback path -# Implemented in __sin32 in sysdeps/ieee754/dbl-64/sincos32.c -## name: slow 0x1.c88b2415431cbp-23 0x1.84a360ccf288dp-20 0x1.7eff5496b7ed2p-21 diff --git a/benchtests/atan-inputs b/benchtests/atan-inputs index 0f0877a3dc..9fba46e926 100644 --- a/benchtests/atan-inputs +++ b/benchtests/atan-inputs @@ -801,9 +801,6 @@ -0x1.ead7509b0d69ep26 0x1.86fa30e0b406ep3 -0x1.acd451c3cb8b6p49 -# atan slow path with 144bit precision -# Implemented in sysdeps/ieee754/dbl-64/mpatan.c -## name: 144bits 0x1.000000c5cba87p0 0x1.000001883003bp0 0x1.00000dfb2b675p0 diff --git a/benchtests/cos-inputs b/benchtests/cos-inputs index 9fc4537446..0252a800a6 100644 --- a/benchtests/cos-inputs +++ b/benchtests/cos-inputs @@ -2301,9 +2301,6 @@ 0x1.31fad3c41d123p34 -0x1.6757e2c0a08a7p11 0x1.7f07e07a0a269p288 -# cos slow path at 768 bits -# Implemented in sysdeps/ieee754/dbl-64/sincos32.c -## name: 768bits 0x1.000000cf4a2a2p0 0x1.0000010b239a9p0 0x1.00000162a932bp0 diff --git a/benchtests/pow-inputs b/benchtests/pow-inputs index a279ac2d37..4e81d53896 100644 --- a/benchtests/pow-inputs +++ b/benchtests/pow-inputs @@ -302,8 +302,6 @@ 0x1.c004d2256a5b8p402, -0x1.a01df480fdcb7p98 0x1.52b9d41aaa1e9p-589, -0x1.292cb15f1459dp46 -0x1.ea9ca6fa0919ep-279, -0x1.601e44b6a588cp40 -# old pow slow path at 240 bits -## name: 240bits 0x1.01fcd33493ea3p596, -0x1.724bd4e887783p-14 0x1.032ff59ab34fdp-540, -0x1.61e3632080b87p-24 0x1.045c337b80f53p304, 0x1.dc3404c30fa69p-56 @@ -404,8 +402,6 @@ 0x1.fae913d4f952ep-809, -0x1.4b649402fce63p-6 0x1.fe6d725408f24p484, -0x1.25f4f6441d2e4p-12 0x1.ff6393f9150ccp-718, 0x1.a0cb50a9bf2f3p-31 -# old pow slowest path at 768 bits -## name: 768bits 1.0000000000000020, 1.5 0x1.006777b4b61dep843, -0x1.67e3145491872p-1 0x1.0477a5cfb1972p-402, 0x1.8742e7a1ce99dp-1 diff --git a/benchtests/sin-inputs b/benchtests/sin-inputs index 3e7cc3d00f..22f9a5cbe9 100644 --- a/benchtests/sin-inputs +++ b/benchtests/sin-inputs @@ -2801,9 +2801,6 @@ 0x1.77e333e16d85dp13 0x1.ee51c6871309bp605 -0x1.c61080b14654fp0 -# sin slowest path at 768 bits -# Implemented in sysdeps/ieee754/dbl-64/sincos32.c -## name: 768bits 0.93340582292648832662962377071381 2.3328432680770916363144351635128 3.7439477503636453548097051680088 diff --git a/benchtests/tan-inputs b/benchtests/tan-inputs index 982c2610a1..5a746550ec 100644 --- a/benchtests/tan-inputs +++ b/benchtests/tan-inputs @@ -3244,10 +3244,6 @@ -0x1.2a3e75ea2ae07p2 -0x1.90fb35edc8d06p0 0x1.9a76161e739c7p0 -# tan slow path at 240 bits -# Implemented in sysdeps/ieee754/dbl-64/mptan.c -# Range reduction is done using mp arithmetic. -## name: 240bits 0x1.ee5a221c1ec30p750 0x1.d0b7237b90954p983 0x1.50aee539c99e6p817 @@ -3448,9 +3444,6 @@ -0x1.8698a10662bffp544 0x1.a07c20fa799d8p622 -0x1.d126c657c582bp880 -# tan slowest path at 768 bits -# Implemented in sysdeps/ieee754/dbl-64/mptan.c -## name: 768bits 0x1.dffffffffff1fp-22 0x1.810f60836538dp143 -0x1.e877a52501e08p134