From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22490 invoked by alias); 7 Nov 2002 09:52:44 -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 22483 invoked from network); 7 Nov 2002 09:52:44 -0000 Received: from unknown (HELO devserv.devel.redhat.com) (66.187.233.200) by sources.redhat.com with SMTP; 7 Nov 2002 09:52:44 -0000 Received: (from jakub@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id gA79qbn31540; Thu, 7 Nov 2002 04:52:37 -0500 Date: Thu, 07 Nov 2002 01:52:00 -0000 From: Jakub Jelinek To: Jan Hubicka Cc: Gabriel Dos Reis , Richard Henderson , gcc-patches@gcc.gnu.org, aj@suse.de Subject: Re: Converting floor to rint Message-ID: <20021107045237.L10988@devserv.devel.redhat.com> Reply-To: Jakub Jelinek References: <20021106092310.GE22059@kam.mff.cuni.cz> <20021106175441.GZ22059@kam.mff.cuni.cz> <20021106180930.GA22066@redhat.com> <20021106211059.GB1316@atrey.karlin.mff.cuni.cz> <20021106222922.GH1316@atrey.karlin.mff.cuni.cz> <20021107092112.GF7964@kam.mff.cuni.cz> <20021107094401.GG7964@kam.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021107094401.GG7964@kam.mff.cuni.cz>; from jh@suse.cz on Thu, Nov 07, 2002 at 10:44:01AM +0100 X-SW-Source: 2002-11/txt/msg00430.txt.bz2 On Thu, Nov 07, 2002 at 10:44:01AM +0100, Jan Hubicka wrote: > I will check whether frndint will do the exception. If not, I guess the > current glibc rint builtin is wrong and it really should be rint > builtin. Why? It is __FAST_MATH__ only. Jakub