From owner-freebsd-current@FreeBSD.ORG Tue Jul 10 14:02:38 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8AAC106566B for ; Tue, 10 Jul 2012 14:02:38 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 946BD8FC0C for ; Tue, 10 Jul 2012 14:02:38 +0000 (UTC) Received: by yhfs35 with SMTP id s35so6756202yhf.13 for ; Tue, 10 Jul 2012 07:02:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=ko5e6AUeKjKkojfbkE25ccEUdfWO4n8LenytQuj9ABQ=; b=gSCISeLqC85jAzI4xjMT37XnocfytQPyC3iMWTgpGBsUwgVdT919hBRZaxNXOeYIUk orTWm59MYc7koRoy42dz/14vviCsimTOwFiX2OlUjb1V5eNJTPCzkplk/4x6peQKXhqz gw/CwUXzLBZFcnvp+iMd23c7juB5/It4i8stHQK3kj3DOf2lT7URSGEOLo0zhBzFiYHM YfHaIi9wOWWnnqgk2wIIdiDn04LEOx3jOWzVPmx4cN9YNdksWsxziRmu3o51KtjX4nSU qejSsd6UOSogafJnXbAhCyjatTFTOLBsmjTkqBvOWWll8YiJBPtfvVYVkxbTte/Pv/bY ozAw== Received: by 10.68.131.10 with SMTP id oi10mr69047778pbb.122.1341928957697; Tue, 10 Jul 2012 07:02:37 -0700 (PDT) Received: from [10.0.0.63] (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPS id gj8sm29945745pbc.39.2012.07.10.07.02.36 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 10 Jul 2012 07:02:37 -0700 (PDT) Sender: Warner Losh Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <4FFBF16D.2030007@gwdg.de> Date: Tue, 10 Jul 2012 08:02:33 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <2A1DE516-ABB4-49D7-8C3D-2C4DA2D9FCF5@bsdimp.com> References: <4FC3EBDA.2080502@missouri.edu> <20120528221731.GA76723@troutmask.apl.washington.edu> <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> To: Rainer Hurling X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQlwItex5KIj01PLGklaV1a3ZDMpyIezCpNYK814+BFf6IYVv2/sxdH2HEpTivlruAuxHl1+ Cc: David Schultz , freebsd-current@FreeBSD.ORG, Peter Jeremy , Steve Kargl 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 14:02:39 -0000 On Jul 10, 2012, at 3:10 AM, Rainer Hurling wrote: > 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 ;-) Not having R would be a bit pain in my backside. That's one of the = practical considerations that I was talking about. It is very real, and = if I have to, I'll commit the #define junk I railed against to get it = back. Please, let's get some progress. I have some time to help. Warner