Re: kargl@freebsd.org, sgk@troutmask.apl.washington.edu, vincenzo.innocente@cern.ch, riemannic@gmail.com, johnmather@sidefx.com
- Reply: Steve Kargl : "Re: kargl@freebsd.org, sgk@troutmask.apl.washington.edu, vincenzo.innocente@cern.ch, riemannic@gmail.com, johnmather@sidefx.com"
- Reply: Paul Zimmermann : "Re: kargl@freebsd.org, sgk@troutmask.apl.washington.edu, vincenzo.innocente@cern.ch, riemannic@gmail.com, johnmather@sidefx.com"
- In reply to: Paul Zimmermann : "kargl@freebsd.org, sgk@troutmask.apl.washington.edu, vincenzo.innocente@cern.ch, riemannic@gmail.com, johnmather@sidefx.com"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Aug 2024 14:56:38 UTC
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? And it is because of the global vars passing values between functions? I tried to hack something in https://reviews.freebsd.org/D46237