This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: A (somewhat) strange Sparc library issue...


   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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]