From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aye.elm.relay.mailchannels.net (aye.elm.relay.mailchannels.net [23.83.212.6]) by sourceware.org (Postfix) with ESMTPS id 8DE8D3858409 for ; Mon, 13 Dec 2021 14:48:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8DE8D3858409 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 3DB466210B3; Mon, 13 Dec 2021 14:08:48 +0000 (UTC) Received: from pdx1-sub0-mail-a306.dreamhost.com (unknown [127.0.0.6]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id C283C621518; Mon, 13 Dec 2021 14:08:47 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a306.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384) by 100.105.57.109 (trex/6.4.3); Mon, 13 Dec 2021 14:08:48 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Cooperative-Soft: 78c56cd61bd4ef49_1639404528087_2932686745 X-MC-Loop-Signature: 1639404528087:1323059797 X-MC-Ingress-Time: 1639404528087 Received: from [192.168.52.116] (unknown [223.185.62.238]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a306.dreamhost.com (Postfix) with ESMTPSA id 4JCNf44pGjz2V; Mon, 13 Dec 2021 06:08:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gotplt.org; s=gotplt.org; t=1639404526; bh=u8w3JSu9a/5u/XXxnoLf32EHtX8=; h=Date:Subject:To:Cc:From:Content-Type:Content-Transfer-Encoding; b=cPSKON3ENujIVfXvdOD3H/UIUutbXuzopaY9vsKkdRADfU8AcKYSfwhoZYN2NoVS4 /hB26Ja0B3y8XPYeeVtIDAjqbDC6CgIEPX7KhgRMFSmfhCdW+KNaM3KBF9xpeskplN 0DHZzAnNIbhqoTH0oCJBgEnQmT3Xh29hDWMxsZLo= Message-ID: Date: Mon, 13 Dec 2021 19:38:40 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0 Subject: Re: [PATCH] sysdeps: Simplify sin Taylor Series calculation Content-Language: en-US To: Paul Zimmermann , Akila Welihinda Cc: libc-alpha@sourceware.org References: <20211211180214.5692-1-akilawelihinda@ucla.edu> <20211212183503.9332-1-akilawelihinda@ucla.edu> From: Siddhesh Poyarekar In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3032.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, 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, 13 Dec 2021 14:48:44 -0000 On 12/13/21 15:23, Paul Zimmermann wrote: > Dear Akila, > > thank you for the new version, this seems good to me. > > Do you have commit access? > This is Akila's first submission. Paul, could you please commit for him? Thanks, Siddhesh