This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A (somewhat) strange Sparc library issue...
- To: amylaar at cygnus dot co dot uk
- Subject: Re: A (somewhat) strange Sparc library issue...
- From: "David S. Miller" <davem at dm dot cobaltmicro dot com>
- Date: Mon, 31 Aug 1998 18:17:00 -0700
- CC: egcs at cygnus dot com, rth at cygnus dot com
- References: <199808271752.SAA28148@phal.cygnus.co.uk>
From: Joern Rennecke <amylaar@cygnus.co.uk>
Date: Thu, 27 Aug 1998 18:52:11 +0100 (BST)
> Any suggestions?
config/fp-bit.c is the natural place for these functions. Chips
that need software emulation of SFmode and/or DFmode already use
it. Look into config/*/t-*
Thanks for pointing this out, however...
I think I'd spend as much or more time adding TFmode support and all
the missing operations (sqrt, abs, conversions between all other float
types and all integer types) than I would from using code which we
have already, written by rth.
Of course one could also argue that adding the new support in fp-bit
would make it available for other ports to use :-)
Later,
David S. Miller
davem@dm.cobaltmicro.com