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

Re: vax vs real_arithmetic


 > Unfortunately, real.h will not have been included by this time,
 > so we cannot use 
 > 
 > #if HOST_FLOAT_FORMAT != VAX_FLOAT_FORMAT
 > #define REAL_ARITHMETIC
 > #endif
 > 
 > I don't see anything wrong with just using software emulation
 > all the time.  I'd be interested in knowing what, if anything,
 > this does to compile times.
 > r~
 > 
 >         * config/vax/vax.h (REAL_ARITHMETIC): Define.

How about wrapping it in #ifdef CROSS_COMPILE ?

--
Kaveh R. Ghazi			Director of Systems Architecture
ghazi@caip.rutgers.edu		Qwest Global Services


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