MUSL math functions

Steve Kargl sgk at troutmask.apl.washington.edu
Sun Nov 10 18:15:42 UTC 2013


On Sun, Nov 10, 2013 at 10:05:18AM +0000, David Chisnall wrote:
> On 8 Nov 2013, at 08:50, David Schultz <das at FreeBSD.ORG> wrote:
> 
> > However, several things have happened since then. For one, years
> > have passed and there's still quite a bit of work to do. For two,
> > the only ld128 platform, sparc64, doesn't look as important as it
> > used to be. For a long time, we had trouble even finding a viable
> > test machine. Therefore, I think any incremental improvement would
> > be welcome -- even if it means doing ld80 only.
> 
> The PowerPC SysV ABI says that it's ld128 

The use of ld128 in msun means the IEEE 128-bit binary format
with a 113-bit significand.  With (at least 32-bit) powerpc,
long double is represented by a double-double format with a
106-bit significand.  msun has no support for a double-double
format.
 
-- 
Steve


More information about the freebsd-numerics mailing list