From owner-freebsd-questions@FreeBSD.ORG Tue Sep 20 20:39:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 60EAD16A41F for ; Tue, 20 Sep 2005 20:39:31 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE46143D45 for ; Tue, 20 Sep 2005 20:39:30 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from [192.168.1.102] (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (rwcrmhc11) with ESMTP id <2005092020392901300h61ege>; Tue, 20 Sep 2005 20:39:30 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org, infofarmer@gmail.com Date: Tue, 20 Sep 2005 15:40:12 -0500 User-Agent: KMail/1.8.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509201540.12554.josh@tcbug.org> Cc: Subject: Re: AMD Sempron CPUTYPE & Co. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 20:39:31 -0000 On Tuesday 20 September 2005 15:21, Andrew P. wrote: > Hello! > > So I have a Sempron 2500+ CPU, one that supports > SSE3. What should I place in my /etc/make.conf? I use > ssh with X11Forward very often, so OpenSSL should > be compiled to be as fast as it can be on this CPU. > Here's a part of dmesg: > > CPU: AMD Sempron(tm) Processor 2500+ > (1407.05-MHz 686-class CPU) > Origin = "AuthenticAMD" Id = 0x20fc2 Stepping = 2 > > Features=0x78bfbff PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV, > PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2> > Features2=0x1 > AMD Features=0xe2500800 ,LM,3DNow+,3DNow> > > I want to use SSE3, but I don't want to set CPUTYPE > to nocona, cause that way compilers won't ever use > AMD features. Is there a way to tell compilers to use > every feature I've got? > > > Thanks very much, > Andrew P. I don't know what options to put in /etc/make.conf, but I see that you are running your FSB @ 133mhz when it should be @ 166mhz. A Sempron 2500+ runs at 1.75ghz -- Thanks, Josh Paetzel