From nobody Tue Aug 6 18:19:14 2024 X-Original-To: hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WdhQz4z0sz5SPrG; Tue, 06 Aug 2024 18:19:23 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4WdhQy71lLz49pZ; Tue, 6 Aug 2024 18:19:22 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Authentication-Results: mx1.freebsd.org; none Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.17.1/8.17.1) with ESMTP id 476IJEVM083072; Tue, 6 Aug 2024 11:19:14 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) DKIM-Filter: OpenDKIM Filter v2.10.3 troutmask.apl.washington.edu 476IJEVM083072 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=troutmask.apl.washington.edu; s=troutmask; t=1722968355; bh=y5p+L2kAzSKaKP4IUIURRcIeqSGnFVtn/zJoHBVQ8uQ=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=sPGbwPtdQDxsGtHztr6QIYRgWfKyrjAMYGHMEbi3Pt/D+ziyDpQwmrDcWPOsfgWtv fmNskUE7SoGszhQs9qNzYCVFNlr6Sht1x2AoFXCWsLP4MF6aejaLAezxWweAcFy8ix HtX5aKUGp//mD6D0F2BGAjvNBvYsNZ2I3kDchd4Mr3KpvfGIwMkVhX7bp3D6Q/zWpV D6PYR62VXgWxOGyYyuvrh05j3PZK7apjfrdqiKWfJ8ze38lB9uYrZaEhPZ6h7SMdGg 3JcJS1Da5t9W6HLJGjOXG26d+B9uPdFbWedMnvIfpcGozkg5dht26uLw4RRqM7eAi6 +NGW0+bDxIAJQ== Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.17.1/8.17.1/Submit) id 476IJELV083071; Tue, 6 Aug 2024 11:19:14 -0700 (PDT) (envelope-from sgk) Date: Tue, 6 Aug 2024 11:19:14 -0700 From: Steve Kargl To: Konstantin Belousov Cc: Paul Zimmermann , hackers@freebsd.org, numerics@freebsd.org Subject: Re: kargl@freebsd.org, sgk@troutmask.apl.washington.edu, vincenzo.innocente@cern.ch, riemannic@gmail.com, johnmather@sidefx.com Message-ID: Reply-To: sgk@troutmask.apl.washington.edu References: List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:73, ipnet:128.95.0.0/16, country:US] X-Rspamd-Queue-Id: 4WdhQy71lLz49pZ On Tue, Aug 06, 2024 at 05:56:38PM +0300, Konstantin Belousov wrote: > On Tue, Aug 06, 2024 at 02:56:01PM +0200, Paul Zimmermann wrote: > > Hi, > > > > we have updated our comparison with FreeBSD 14.1: > > > > https://members.loria.fr/PZimmermann/papers/accuracy.pdf > > > > Remaining issues in 14.1: > > > > * the powl function is not thread-safe > This is for 80-bit long double, am I right? Yes. It's ld80/e_powl.c. This function was imported from OpenBSD and based on Stephen Moshier's Cephes library. I fixed a few things in c422fbac00e326e. Someday, I'll finish my port of the fdlibm src/e_pow.c to ld80/e_powl.c. Unfortunately, ENOTIME and ENOMONEY. -- Steve