From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 2C749DDE23 for ; Mon, 7 Jan 2008 07:50:05 +1100 (EST) Subject: Re: [PATCH] Fix remainder calculating bug in single floating point division From: Benjamin Herrenschmidt To: Dan Malek In-Reply-To: <66F0B96A-5B53-48D3-BB90-07841F3EA1EE@embeddedalley.com> References: <11996296134110-git-send-email-Yu.Liu@freescale.com> <1199650065.7291.81.camel@pasglop> <66F0B96A-5B53-48D3-BB90-07841F3EA1EE@embeddedalley.com> Content-Type: text/plain Date: Mon, 07 Jan 2008 07:49:33 +1100 Message-Id: <1199652574.7291.85.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Liu Yu Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, 2008-01-06 at 12:44 -0800, Dan Malek wrote: > While it's convenient, I still don't think kernel float > emulation should be a solution. The tools should > generate soft-float for the applications and libraries. I agree, for deployement, it's definitely not a solution, though it's very convenient for us hackers :-) Ben.