Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 13 Jul 2002 11:47:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 13 Jul 2002 11:47:06 -0400 Received: from dingo.clsp.jhu.edu ([128.220.34.67]:31181 "EHLO bug.ucw.cz") by vger.kernel.org with ESMTP id ; Sat, 13 Jul 2002 11:47:05 -0400 Date: Sat, 13 Jul 2002 16:00:24 +0200 From: Pavel Machek To: Alan Cox Cc: Kirk Reiser , linux-kernel@vger.kernel.org Subject: Re: Advice saught on math functions Message-ID: <20020713140024.GB163@elf.ucw.cz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-Warning: Reading this can be dangerous to your mental health. Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 706 Lines: 18 Hi! > > Are these functions which are supplied by the FPU? I've looked > > through the fpu emulation headers and exp() is the only one I can find > > You can't use FPU operations in the x86 kernel. Actually, you can do kernel_fpu_begin(); any FPU you want; kernel_fpu_end(); but it is rarely good idea to do that. Pavel -- Worst form of spam? Adding advertisment signatures ala sourceforge.net. What goes next? Inserting advertisment *into* email? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/