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/15515] Use gmp mpfr functionality instead of reimplementing standard functions


------- Additional Comments From sgk at troutmask dot apl dot washington dot edu  2004-06-24 05:09 -------
I've started to look at changing GMP to MPFR.  One item to note that
the use of the 130-bit GMP mpf_t types eliminates the need to consider
mix-mode math.  This reduces the complexity in arith.c, simplify.c, etc
because the Fortran promotion rules are simply ignored.  For a more
detailed discussion see http://gcc.gnu.org/ml/fortran/2004-06/msg00187.html

-- 


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


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