From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sourceware.org (Postfix) with ESMTPS id DD52038515D6 for ; Mon, 26 Jul 2021 13:28:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DD52038515D6 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=inria.fr DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:message-id:from:to:cc:in-reply-to:subject: references; bh=Fdlypp0XJt1qWxM3M/t6XbSHrKcmOndv9wQMqUE/Zhw=; b=NfAnYm3gfRs2WEKx2vH+HeCbSMdtbAH4mbtNPMyKY3YnuH9fSFp/v07e 4/oiLXO9KBFkM4Bmr1KwlCjfl1wqDJ4uiojnc0b1ud8cNmCdpXoNT8YqC mJ6ybun/ixEAKbe7p/ni3W8TUpmSyCJdbcJlfNem3XPdfefjcSX1ccwh0 o=; IronPort-HdrOrdr: =?us-ascii?q?A9a23=3AfMJ1K6wScV7zzmK3AgiEKrPwJ71zdoMgy1kn?= =?us-ascii?q?xilNoNJuHvBw9vrPoB1173TJYVoqMk3I+urgBEDjexzhHPdOiOEs1NyZMjUOzV?= =?us-ascii?q?HYSb2KmrGSpwEIdReSygck79YDT0EoMqySMWRH?= X-IronPort-AV: E=Sophos;i="5.84,270,1620684000"; d="scan'208";a="521578132" Received: from tomate.loria.fr (HELO tomate) ([152.81.10.51]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2021 15:28:53 +0200 Date: Mon, 26 Jul 2021 15:28:53 +0200 Message-Id: From: Paul Zimmermann To: Siddhesh Poyarekar Cc: libc-alpha@sourceware.org In-Reply-To: (message from Siddhesh Poyarekar on Mon, 26 Jul 2021 18:32:01 +0530) Subject: Re: [PATCH] Remove obsolete comments/name from acos-inputs, since slow path was removed. References: <20210726124326.2365779-1-Paul.Zimmermann@inria.fr> X-Spam-Status: No, score=-9.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, 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: Mon, 26 Jul 2021 13:28:56 -0000 thanks Siddhesh, I'll commit after the 2.34 release (and propose similar patches for other functions where the slow path was removed). Paul > From: Siddhesh Poyarekar > Date: Mon, 26 Jul 2021 18:32:01 +0530 > User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 > Thunderbird/78.11.0 > > On 7/26/21 6:13 PM, Paul Zimmermann wrote: > > --- > > LGTM. > > Reviewed-by: Siddhesh Poyarekar > > > benchtests/acos-inputs | 3 --- > > 1 file changed, 3 deletions(-) > > > > diff --git a/benchtests/acos-inputs b/benchtests/acos-inputs > > index c90dba57ca..540f88dd09 100644 > > --- a/benchtests/acos-inputs > > +++ b/benchtests/acos-inputs > > @@ -2701,9 +2701,6 @@ > > 0x1.eb1881275a5fap-1 > > 0x1.e5a3c6b686c17p-1 > > -0x1.5abd34f01cc55p-25 > > -# acos multiple precision fallback. > > -# Implemented in __cos32 in sysdeps/ieee754/dbl-64/sincos32.c > > -## name: slow > > 0x1.91744378d312fp-25 > > 0x1.e31933dfcae5ep-6 > > 0x1.560a94c69898dp-28 > > > >