Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2007 21:23:08 +0200
From:      Roman Divacky <rdivacky@freebsd.org>
To:        Stephen Montgomery-Smith <stephen@math.missouri.edu>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: CPUTYPE in general - was Re: Which CPUTYPE for a dualcore Xeon on AMD64
Message-ID:  <20070625192308.GA14544@freebsd.org>
In-Reply-To: <467FFF41.10204@math.missouri.edu>
References:  <467EF0C1.1010609@optiksecurite.com> <ab581e310706250250m4ec2432fide67251d7bcad132@mail.gmail.com> <467FFF41.10204@math.missouri.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
> In general, how does one decide which CPUTYPE to use?  The connection 
> between the options for CPUTYPE and the output of dmesg is not so 
> obvious to me.  I looked at the features advertised by dmesg (which in 
> my case included SSE3) and then reverse engineered bsd.cpu.mk to figure 
> out I should be using "prescott," but I am hoping I figured it out the 

I would not judge only by instructions like SSE etc. ins scheduling etc.
plays key role as well. 

you should know what cpu you bought, or just use cpuid (found in ports)
and determine what cpu you have.

on -current you can set _native_ or native (dont remember) and gcc will
choose itself... ;)

roman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070625192308.GA14544>