From owner-cvs-all Tue Feb 12 14:16:25 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id DE0C337B404; Tue, 12 Feb 2002 14:16:16 -0800 (PST) Received: from dwcjr (dwcjr [192.168.0.216]) by leviathan.inethouston.net (Postfix) with SMTP id 1533E319AAB; Tue, 12 Feb 2002 16:16:29 -0600 (CST) Message-ID: <010701c1b412$e8e27210$d800a8c0@dwcjr> From: "David W. Chapman Jr." To: "David Malone" Cc: "Mike Silbersack" , , References: <200202122207.aa14319@salmon.maths.tcd.ie> Subject: Re: cvs commit: src/sys/conf options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/i386 initcpu.c Date: Tue, 12 Feb 2002 16:16:25 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Look at the Features line in /var/run/dmesg.boot and see if it > contains SSE: > > Features=0x383f9ff ,PSE36,MMX,FXSR,SSE> > > If it doesn't then the BIOS may have forgotten. If you check the > "Id = " number on the previous line of dmesg.boot and the id looks > like "0x66y" or "0x67y" then this patch should help. > > To actually use SSE within FreeBSD you'll need the CPU_ENABLE_SSE > option too. Thanks for the info. I'm asking mainly for CPUTYPE optomization when building applications under freebsd. I hear that CPUTYPE=i686 apps might actually run faster than CPUTYPE=althon but I think that is because our current GCC doesn't have better optomizations for althons. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message