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]
Other format: [Raw text]

Re: Single precision


On Thu, 9 Jan 2003, Chris Croswhite wrote:

> Is there a way to tell the compiler to use single precision for all floats
> on slowlaris?
> 
> TIA,
> Chris

This won't work if you call libm functions. 

A better solution is probably to #define double float immediately after
including any header files.

Toshi



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