This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Single precision
- From: <tm_gccmail at mail dot kloo dot net>
- To: Chris Croswhite <ccroswhite at get2chip dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 9 Jan 2003 13:17:04 -0800 (PST)
- Subject: 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