From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: (elisp)Numbers Date: 28 Oct 2003 07:48:43 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200310210229.h9L2TGl12085@raven.dms.auburn.edu> <9743-Wed22Oct2003174239+0200-eliz@elta.co.il> <9178-Fri24Oct2003155041+0200-eliz@elta.co.il> <3099-Sat25Oct2003001556+0200-eliz@elta.co.il> <3791-Mon27Oct2003215634+0200-eliz@elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1067320233 5596 80.91.224.253 (28 Oct 2003 05:50:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2003 05:50:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Oct 28 06:50:30 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEMkQ-0004JA-00 for ; Tue, 28 Oct 2003 06:50:30 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEMkQ-0008La-00 for ; Tue, 28 Oct 2003 06:50:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEMi4-00008a-0s for emacs-devel@quimby.gnus.org; Tue, 28 Oct 2003 00:48:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEMhW-0008A5-Uq for emacs-devel@gnu.org; Tue, 28 Oct 2003 00:47:30 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEMgp-00076e-Jx for emacs-devel@gnu.org; Tue, 28 Oct 2003 00:47:18 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AEMgo-000700-LK; Tue, 28 Oct 2003 00:46:47 -0500 Original-To: Andreas Schwab In-reply-to: (message from Andreas Schwab on Mon, 27 Oct 2003 22:46:19 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17490 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17490 > From: Andreas Schwab > Date: Mon, 27 Oct 2003 22:46:19 +0100 > > In glibc 2.3 sqrt is only inlined with -ffast-math. So perhaps we should add something to configure to detect this and use -O0 for compiling floatfns.c if necessary.