From owner-freebsd-questions@FreeBSD.ORG Tue Sep 20 20:21:58 2005 Return-Path: X-Original-To: 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 454BC16A41F for ; Tue, 20 Sep 2005 20:21:58 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB38E43D48 for ; Tue, 20 Sep 2005 20:21:57 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so43931nzd for ; Tue, 20 Sep 2005 13:21:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZnsES90hKdbEZIiqiQ4FdpkMGRMdarnyGuKuMcsch89g/gblJA+C/SqAApazmJ1Wgj1tYa+3YeckP3W7K5iRjZDT/kk6cjnlzGoTFKiaolQJXms5ewB9ugZxynb6w8MfxEyHPGjPqR1gU2QqFe+oQmFVkouHjnq+o21JoNNFR9I= Received: by 10.36.178.10 with SMTP id a10mr3931019nzf; Tue, 20 Sep 2005 13:21:56 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Tue, 20 Sep 2005 13:21:56 -0700 (PDT) Message-ID: Date: Wed, 21 Sep 2005 00:21:56 +0400 From: "Andrew P." To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: AMD Sempron CPUTYPE & Co. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 20:21:58 -0000 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 =3D "AuthenticAMD" Id =3D 0x20fc2 Stepping =3D 2 Features=3D0x78bfbff Features2=3D0x1 AMD Features=3D0xe2500800,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.