From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11135 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] fix threshold constants in j0f, y0f, j1f, y1f Date: Wed, 15 Mar 2017 00:16:19 -0400 Message-ID: <20170315041619.GB1693@brightrain.aerifal.cx> References: <20170315015549.GL2082@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1489551396 18913 195.159.176.226 (15 Mar 2017 04:16:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 15 Mar 2017 04:16:36 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-11150-gllmg-musl=m.gmane.org@lists.openwall.com Wed Mar 15 05:16:31 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1co0MQ-0004UT-BM for gllmg-musl@m.gmane.org; Wed, 15 Mar 2017 05:16:30 +0100 Original-Received: (qmail 19946 invoked by uid 550); 15 Mar 2017 04:16:32 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 19916 invoked from network); 15 Mar 2017 04:16:32 -0000 Content-Disposition: inline In-Reply-To: <20170315015549.GL2082@port70.net> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:11135 Archived-At: On Wed, Mar 15, 2017 at 02:55:49AM +0100, Szabolcs Nagy wrote: > partly following freebsd rev 279491 > https://svnweb.freebsd.org/base?view=revision&revision=279491 > (musl had some of the fixes before freebsd). > > the change should not matter much for j0f, y0f, but it improves > j1f and y1f in [2.5,~3.75] (that is [0x40200000,~0x40700000]). > near roots (e.g. around 3.8317 for j1f) there are still large > ulp errors. > > dropped code that tried to raise inexact. Thanks, committing. Rich