From owner-freebsd-numerics@FreeBSD.ORG Fri Sep 6 16:51:33 2013 Return-Path: Delivered-To: freebsd-numerics@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E053F1B7; Fri, 6 Sep 2013 16:51:33 +0000 (UTC) (envelope-from theraven@freebsd.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD4D52ECE; Fri, 6 Sep 2013 16:51:33 +0000 (UTC) Received: from c120.sec.cl.cam.ac.uk (c120.sec.cl.cam.ac.uk [128.232.18.120]) (authenticated bits=0) by theravensnest.org (8.14.5/8.14.5) with ESMTP id r86GpTnD072524 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Fri, 6 Sep 2013 16:51:30 GMT (envelope-from theraven@freebsd.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: clang+libc++ using missing powl From: David Chisnall In-Reply-To: <20130906155939.GA63661@troutmask.apl.washington.edu> Date: Fri, 6 Sep 2013 17:51:29 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <771A7CDD-CE0C-45DE-9367-6E1C3E43A30C@freebsd.org> References: <20130904223842.GB82066@ithaqua.etoilebsd.net> <80062343-53CD-4CEF-9C47-3BF614DADB64@FreeBSD.org> <20130905210953.GA58413@troutmask.apl.washington.edu> <4DF3383B-4BE7-4947-886A-AAAD25172F68@freebsd.org> <20130906155939.GA63661@troutmask.apl.washington.edu> To: Steve Kargl X-Mailer: Apple Mail (2.1508) Cc: Baptiste Daroussin , "freebsd-numerics@FreeBSD.org" , "current@freebsd.org Current" X-BeenThere: freebsd-numerics@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of high quality implementation of libm functions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 16:51:34 -0000 On 6 Sep 2013, at 16:59, Steve Kargl = wrote: > Well, your commit has pre-empted any discussion on whether > there would have been a better kludge. Oh well. I'm very happy for it to be replaced by something better (and would be = ecstatic for it to go away completely and for all of the functions to = have full-precision implementations). > Concerning coshl, sinhl, and tanhl. I had integrated bde's > code into msun and prepared a patch to commit over a week ago. > Unfortunately, my testing on sparc64 revealed a few issues > with tanhl, and Bruce and I are still discussing the fix. Good to hear. > PS: I have working erfl and erfcl for ld80 archs. I'm still > testing and refining the code. It turns out that computing > the needed rational approximation is fairly difficult (at least > for me). That's great too. Please do poke re@ about committing these after the code freeze if = they're done before 10.0 ships. It would be great to have them in for = the release. David