On Tuesday 21 October 2003 00:25, Jeffrey Smelser wrote:
> Wouldn't using the Pentium option disallow using Celerons or AMD's??
Both Celerons and AMDs are binary compatible with Pentium code. When compiling 
for each architecture you should have -march equal to the lowest common 
denominator and -mcpu equal to the specific CPU you are compiling for. As 
most code will run on the machine that starts the process this will ensure 
the best overall performance.

Jason

--
[EMAIL PROTECTED] mailing list

Reply via email to