From owner-freebsd-numerics@FreeBSD.ORG Sat Jun 15 17:26:15 2013 Return-Path: Delivered-To: freebsd-numerics@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 933605E2 for ; Sat, 15 Jun 2013 17:26:15 +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 5FC4810FD for ; Sat, 15 Jun 2013 17:26:15 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.6/8.14.6) with ESMTP id r5FHQEfs048084 for ; Sat, 15 Jun 2013 10:26:14 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.6/8.14.6/Submit) id r5FHQEaG048083 for freebsd-numerics@freebsd.org; Sat, 15 Jun 2013 10:26:14 -0700 (PDT) (envelope-from sgk) Date: Sat, 15 Jun 2013 10:26:14 -0700 From: Steve Kargl To: freebsd-numerics@freebsd.org Subject: FYI openlibm Message-ID: <20130615172614.GA48063@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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: Sat, 15 Jun 2013 17:26:15 -0000 Just FYI, It seems that the openlibm project, which is a part of the Julia language project, has grabbed msun for their OS independent libm. https://github.com/JuliaLang/openlibm A scan of the commit log suggests that the openlibm/Julia developers are not making any improvements to the accuracy or efficiency of libm. -- Steve