This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [RFC] Generalizing the library to arbitrary floating-point modes
- From: François-Xavier Coudert <fxcoudert at gmail dot com>
- To: "Tobias dot Schlueter at physik dot uni-muenchen dot de" <Tobias dot Schlueter at physik dot uni-muenchen dot de>
- Cc: gfortran <fortran at gcc dot gnu dot org>
- Date: Wed, 30 Nov 2005 17:46:41 +0100
- Subject: Re: [RFC] Generalizing the library to arbitrary floating-point modes
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Rex+93Advjz5R762UZaKxp29DjClzu6mL1IRIUQVPh9vMpDKdB6lhOIjGbWvQNfAnl92g4p+X+938QUKhjNJho7oB2tMU8fBH7BC2FZkS+312qrLJB99P56Oj9GCHgIL135N2I806htjXX+0R6DJe8L3igvZT9LiZmwrSL7M64c=
- References: <19c433eb0511300536u5891b76j114c13a5f73ff6ef@mail.gmail.com> <1133359319.438db0d799399@www.cip.physik.uni-muenchen.de>
> Do you plan to implement mathematical functions where the library doesn't
> provide them (say, sqrt(1._10) on an architecture where long double corresponds
> to real(16))?
That's a good question. Well, it could be done, but I guess it's not
high priority.
> writing all specific versions into a single file.
This is what I had in mind. [looking at the mail you answered... ok, I
didn't say it explicitely, but that's what i was thinking of].
FX