From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CFUWL-0003Wb-21 for mharc-grub-devel@gnu.org; Thu, 07 Oct 2004 05:25:09 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFUWI-0003UZ-68 for grub-devel@gnu.org; Thu, 07 Oct 2004 05:25:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFUWD-0003Ql-3N for grub-devel@gnu.org; Thu, 07 Oct 2004 05:25:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFUWC-0003QO-O1 for grub-devel@gnu.org; Thu, 07 Oct 2004 05:25:00 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CFUPH-0002pr-TD for grub-devel@gnu.org; Thu, 07 Oct 2004 05:17:52 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 69AE5FF9F3DD for ; Thu, 7 Oct 2004 11:17:51 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 7 Oct 2004 11:18:13 +0200 User-Agent: KMail/1.6.1 References: <87oejg88vx.fsf@marco.marco-g.com> <20041006101814.GA31270@artax.karlin.mff.cuni.cz> In-Reply-To: <20041006101814.GA31270@artax.karlin.mff.cuni.cz> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410071118.13954.okuji@enbug.org> Subject: Re: [ppc patch] soft-float X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 09:25:07 -0000 On Wednesday 06 October 2004 12:18, Tomas Ebenlendr wrote: > This can be done with integers, if we define some 'human big number > format', or so. But I think that FP/FPE is more generic problem, > because of modularity of grub. But, IMO, floating point is not required for boot loaders. I admit that floating point is convenient, but I don't see many cases where floating point is useful in the context of boot loaders. Okuji