This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Simplify floating point conversions II
- From: Michael Matz <matz at suse dot de>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: Richard Henderson <rth at redhat dot com>, <gcc-patches at gcc dot gnu dot org>,<aj at suse dot de>
- Date: Wed, 6 Nov 2002 12:08:18 +0100 (CET)
- Subject: Re: Simplify floating point conversions II
Hi,
On Wed, 6 Nov 2002, Jan Hubicka wrote:
> + /* Convert (float)sqrt((double)x) into sqrtf(x)
You probably want to say that you do this when x is float, which is
exactly the crucial point in your patch.
Ciao,
Michael.