[fortran,patch] Complete front-end support for __float128
Richard Guenther
richard.guenther@gmail.com
Thu Aug 26 15:20:00 GMT 2010
On Thu, Aug 26, 2010 at 5:18 PM, FX <fxcoudert@gmail.com> wrote:
>> Why do you need a flag at all? Simply support real(kind=16).
>
> Oh, and last but not least: I don't know how the quad-math library will turn up being licensed/distributed, but we probably should only link it in when necessary, shouldn't we?
Well, let's see how that part of intergation will turn out. For example
if there are different math libraries the user will be responsible for
adding -lFOO, similar to how -lm is necessary. Also similar to how
-mveclibabi works. I'd expect basic arithmetic to be available from
libgcc, only quad precision sin/cos etc. to be in an external library.
Richard.
> FX
>
>
More information about the Fortran
mailing list