public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Is there a long double ieee-754 library source anywhere?
@ 2003-01-18  9:28 Peter Barada
  2003-01-18 16:26 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Barada @ 2003-01-18  9:28 UTC (permalink / raw)
  To: gcc, libc-alpha


I'm looking for an ieee-754 compliant long double FPU emulation
library source that is under the GPL.

Does anyone know of one that is available?

Thanks in advance...

-- 
Peter Barada
peter@baradas.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Is there a long double ieee-754 library source anywhere?
  2003-01-18  9:28 Is there a long double ieee-754 library source anywhere? Peter Barada
@ 2003-01-18 16:26 ` Daniel Jacobowitz
  2003-01-18 20:29   ` Peter Barada
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Jacobowitz @ 2003-01-18 16:26 UTC (permalink / raw)
  To: Peter Barada; +Cc: gcc, libc-alpha

On Fri, Jan 17, 2003 at 09:26:11PM -0500, Peter Barada wrote:
> 
> I'm looking for an ieee-754 compliant long double FPU emulation
> library source that is under the GPL.
> 
> Does anyone know of one that is available?
> 
> Thanks in advance...

Try in glibc :)  The soft-fp/ directory, files whose names contain
"tf", are long double (quad) support.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Is there a long double ieee-754 library source anywhere?
  2003-01-18 16:26 ` Daniel Jacobowitz
@ 2003-01-18 20:29   ` Peter Barada
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Barada @ 2003-01-18 20:29 UTC (permalink / raw)
  To: drow; +Cc: gcc, libc-alpha


>> I'm looking for an ieee-754 compliant long double FPU emulation
>> library source that is under the GPL.
>> 
>> Does anyone know of one that is available?
>> 
>> Thanks in advance...
>
>Try in glibc :)  The soft-fp/ directory, files whose names contain
>"tf", are long double (quad) support.

Unfortunately they use 'long double' as a type which on x86 is only
three words, not four words.

It is a place I can start with though.

-- 
Peter Barada
peter@baradas.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-18 16:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-18  9:28 Is there a long double ieee-754 library source anywhere? Peter Barada
2003-01-18 16:26 ` Daniel Jacobowitz
2003-01-18 20:29   ` Peter Barada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).