This is the mail archive of the gcc@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]

Re: Preprocessor arithmetic


> Hm, g95 presently uses libgmp for integer and floating point
> arithmetic simulation.  It might not be a bad idea to scrap what we
> have and use libgmp everywhere - particularly the floating point
> emulator.

I think that doing tree and rtl arithmetic (e.g. for fold-const.c, (g)cse.c
and combine.c) with gmp would slow the compiler down.

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