This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug fortran/32049] Support on x86_64 also kind=16



------- Comment #4 from kargl at gcc dot gnu dot org  2007-06-01 02:52 -------
(In reply to comment #3)
> 
> What about rolling our own with mpfr?  Or is that too difficult.  :)
> 

It could be done with mpfr, but note that at the moment gfortran
will provide either REAL(10) or REAL(16).  This has to do with
mapping Fortran types to equivalent C long double.

If you really want to get interesting, GCC has libdecnumber.
We could offer a base 10 REAL(X) where X is 42.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32049


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