From owner-freebsd-questions@FreeBSD.ORG Mon Dec 29 20:39:25 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9CC616A4CE for ; Mon, 29 Dec 2003 20:39:25 -0800 (PST) Received: from postoffice.e-easy.com.au (eth0.lnk.aims.net.au [203.31.73.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E5643D53 for ; Mon, 29 Dec 2003 20:39:22 -0800 (PST) (envelope-from nigel@e-easy.com.au) Received: from e-easy.com.au (eet03s01.aims.private [192.168.10.3]) by postoffice.e-easy.com.au with ESMTP id hBU4dHRh070505 for ; Tue, 30 Dec 2003 15:39:17 +1100 (EST) (envelope-from nigel@e-easy.com.au) Received: from eet03s01 by e-easy.com.au (e-easy.com.au) (MDaemon.PRO.v7.0.0p.R) with ESMTP id md50000050881.msg for ; Tue, 30 Dec 2003 15:08:50 +1100 From: "Nigel Weeks" To: Date: Tue, 30 Dec 2003 15:08:46 +1100 Organization: E-Easy Message-ID: <00b401c3ce8a$9f447ba0$030aa8c0@corp.eeasy.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Importance: Normal X-Spam-Processed: e-easy.com.au, Tue, 30 Dec 2003 15:08:50 +1100 (not processed: spam filter disabled) X-Return-Path: nigel@e-easy.com.au X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Virus-Scanned: by amavisd-milter (http://www.amavis.org/) Subject: Is it true?... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2003 04:39:25 -0000 If I have 'MATH_EMULATE' in my kernel, will it: A. Detect that the processor has a hardware FPU, and use that instead B. Use the software one, ignoring the hardware FPU? (Hopefully the latter - a performance jump will be nice...) Nige.