From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5221 invoked by alias); 6 Nov 2002 12:36:08 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 5214 invoked from network); 6 Nov 2002 12:36:06 -0000 Received: from unknown (HELO nikam.ms.mff.cuni.cz) (195.113.18.106) by sources.redhat.com with SMTP; 6 Nov 2002 12:36:06 -0000 Received: from camelot.ms.mff.cuni.cz (kampanus.ms.mff.cuni.cz [195.113.18.107]) by nikam.ms.mff.cuni.cz (Postfix) with SMTP id 36CA04E29B; Wed, 6 Nov 2002 13:36:06 +0100 (CET) Received: by camelot.ms.mff.cuni.cz (sSMTP sendmail emulation); Wed, 6 Nov 2002 13:36:04 +0100 Date: Wed, 06 Nov 2002 04:36:00 -0000 From: Jan Hubicka To: Michael Matz Cc: Jan Hubicka , Richard Henderson , gcc-patches@gcc.gnu.org, aj@suse.de Subject: Re: Simplify floating point conversions II Message-ID: <20021106123604.GJ22059@kam.mff.cuni.cz> References: <20021106092310.GE22059@kam.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-SW-Source: 2002-11/txt/msg00275.txt.bz2 > 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. It is writen in the next comment, but you are right, I should do that. Honza > > > Ciao, > Michael.