avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] libm for doubles -- how much effort is needed?


From: Dmitry K.
Subject: Re: [avr-libc-dev] libm for doubles -- how much effort is needed?
Date: Tue, 20 May 2008 08:40:06 +1100
User-agent: KMail/1.5

On Monday 19 May 2008 22:16, Tobias Frost wrote:
[...]
> > Implementing them into GCC is the first step needed so.  You could
> > have 64-bit doubles in GCC without an accompanying libm.a, but you
> > could not (usefully) starting to implement a 64-bit FP math library
> > without compiler support for the number format.

Why not?
It is possible to write a set of normal functions with
args 'char *' or 'long long' and use it manually.

Regards,
Dmitry.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]