atom feed9 messages in org.freebsd.freebsd-ppcRe: ppc float.h
FromSent OnAttachments
Andreas ToblerNov 12, 2008 11:49 am 
Peter GrehanNov 12, 2008 4:59 pm 
Marcel MoolenaarNov 12, 2008 7:23 pm 
Andreas ToblerNov 13, 2008 11:12 am 
Andreas ToblerNov 13, 2008 11:13 am 
Andreas ToblerNov 14, 2008 1:02 pm 
Peter GrehanNov 14, 2008 2:42 pm 
Andreas ToblerNov 16, 2008 11:01 am 
Marcel MoolenaarNov 16, 2008 11:20 am 
Subject:Re: ppc float.h
From:Andreas Tobler (andr@fgznet.ch)
Date:Nov 13, 2008 11:12:36 am
List:org.freebsd.freebsd-ppc

Hi Peter,

Peter Grehan wrote:

can somebody explain why we have these defines in sys/powerpc/include/float.h ?

Have a look at

http://svn.freebsd.org/viewvc/base?view=revision&revision=132421

Hm, meanwhile OS-X has 128-bit long double...

Basically, the ABI was switched from 128 bit long doubles to 64. Not exactly SVR4 compliant but then no-one else is.

And there is no need to go back to 128-bit? No benefit? What would have to be done? Libc? I know the compiler issue. Would this break too much?

Thanks, Andreas