From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.2 Received: from mother.openwall.net (mother.openwall.net [195.42.179.200]) by inbox.vuxu.org (OpenSMTPD) with SMTP id a882b9e1 for ; Sat, 22 Feb 2020 04:48:16 +0000 (UTC) Received: (qmail 12007 invoked by uid 550); 22 Feb 2020 04:48:12 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 11989 invoked from network); 22 Feb 2020 04:48:12 -0000 Date: Fri, 21 Feb 2020 23:47:59 -0500 From: Rich Felker To: musl@lists.openwall.com Message-ID: <20200222044759.GJ1663@brightrain.aerifal.cx> References: <20200120223726.GQ23985@port70.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200120223726.GQ23985@port70.net> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [musl] [PATCH 0/2] math: fix known directed rounding problems On Mon, Jan 20, 2020 at 11:37:26PM +0100, Szabolcs Nagy wrote: > fix the two known directed rounding bugs in current math code. > (there are still large ulp errors in j0, y0, jn, yn functions, > but all other functions should have small worst case ulp error now) > > Szabolcs Nagy (2): > math: fix __rem_pio2 in non-nearest rounding modes > math: fix sinh overflows in non-nearest rounding Merging these now. Rich