From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3065 invoked by alias); 22 Mar 2018 22:31:18 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 2415 invoked by uid 89); 22 Mar 2018 22:31:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Date: Thu, 22 Mar 2018 22:31:00 -0000 From: Joseph Myers To: Wilco Dijkstra CC: "libc-alpha@sourceware.org" , nd Subject: Re: [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reduction In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2018-03/txt/msg00526.txt.bz2 On Wed, 21 Mar 2018, Wilco Dijkstra wrote: > The constants s1, s2, s3, etc. are pre-computed values of 1/3!, 1/5! and so > on. The result is returned to LHS and correction in COR. */ > -#define TAYLOR_SIN(xx, a, da, cor) \ > +#define TAYLOR_SIN(xx, a, da) \ This comment needs updating for the removal of COR. OK with that change. -- Joseph S. Myers joseph@codesourcery.com