From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: (elisp)Numbers Date: Mon, 27 Oct 2003 02:02:22 -0500 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> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1067239159 32285 80.91.224.253 (27 Oct 2003 07:19:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 07:19:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Oct 27 08:19:17 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 1AE1en-0008Pt-00 for ; Mon, 27 Oct 2003 08:19:17 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AE1en-0003HM-00 for ; Mon, 27 Oct 2003 08:19:17 +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 1AE1Wr-0001Xk-AC for emacs-devel@quimby.gnus.org; Mon, 27 Oct 2003 02:11:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AE1UY-0000CR-W7 for emacs-devel@gnu.org; Mon, 27 Oct 2003 02:08:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AE1Tu-0007hu-8a for emacs-devel@gnu.org; Mon, 27 Oct 2003 02:08:33 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AE1Tu-0007hj-10 for emacs-devel@gnu.org; Mon, 27 Oct 2003 02:08:02 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AE1OQ-0007PG-VE; Mon, 27 Oct 2003 02:02:22 -0500 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on 26 Oct 2003 08:04:31 +0200) 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:17455 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17455 > 2. i see that my CFLAGS setting to turn off inlining got lost > when i reran configure. so i put that back in and recompiled, > and it went away. What went away? the open-coded sqrt insn went away. it calls a library fn instead. Anyway, we do want floatfns.c to be compiled with optimization and still DTRT, right? right. what libc version are you using? that needs to be in glibc bug report.