From owner-freebsd-current@FreeBSD.ORG Tue Jul 10 13:45:25 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F56C106564A; Tue, 10 Jul 2012 13:45:25 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id 64F1E8FC12; Tue, 10 Jul 2012 13:45:25 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.5/8.14.5) with ESMTP id q6ADjOWH084442; Tue, 10 Jul 2012 06:45:24 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.5/8.14.5/Submit) id q6ADjNtw084441; Tue, 10 Jul 2012 06:45:23 -0700 (PDT) (envelope-from sgk) Date: Tue, 10 Jul 2012 06:45:23 -0700 From: Steve Kargl To: Rainer Hurling Message-ID: <20120710134523.GA84396@troutmask.apl.washington.edu> References: <4FC40449.3040602@missouri.edu> <20120528233035.GA77157@troutmask.apl.washington.edu> <4FC40DEA.8030703@missouri.edu> <20120529000756.GA77386@troutmask.apl.washington.edu> <4FC43C8F.5090509@missouri.edu> <20120529045612.GB4445@server.rulingia.com> <20120708124047.GA44061@zim.MIT.EDU> <210816F0-7ED7-4481-ABFF-C94A700A3EA0@bsdimp.com> <20120708233624.GA53462@troutmask.apl.washington.edu> <4FFBF16D.2030007@gwdg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4FFBF16D.2030007@gwdg.de> User-Agent: Mutt/1.4.2.3i Cc: David Schultz , freebsd-current@FreeBSD.ORG, Peter Jeremy , Warner Losh Subject: Re: Use of C99 extra long double math functions after r236148 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2012 13:45:25 -0000 On Tue, Jul 10, 2012 at 11:10:05AM +0200, Rainer Hurling wrote: > > Do you think your version from > http://www.freebsd.org/cgi/query-pr.cgi?pr=152415 for expl() ld80 > version could be the one getting into head? Would you be willing to > commit it? That's a fairly early version of the ld80 expl(). bde and das reviewed the code and made several suggested changes. > As far as I understand from discussions on R mailing list > (r-devel@r-project.org), they plan to reduce the emulation and/or > workaround of long and complex math functions for FreeBSD and other > systems with their next releases of R devel. So we could really need > some progress with our C99 conform math functions ;-) I don't know R, and I don't understand what is meant by 'they plan to reduce the emulation and/or workaround of ... funtions'. -- Steve