Re: [gentoo-amd64] Re: 3200+ -> X2 4000+

2007-07-11 Thread Fernando Boaglio
I found this helpful information: If you have a newer Athlon64("Venice" or "San Diego")/Athlon64-X2("Manchester" or "Toledo") (check for pni in cat /proc/cpuinfo) you can also add -msse3 to your CFLAGS to enable SSE3 support. Any chip using the 90nm process except for the "Winchester" class Athlo

Re: [gentoo-amd64] Re: 3200+ -> X2 4000+

2007-07-11 Thread Hemmann, Volker Armin
On Mittwoch, 11. Juli 2007, Florian Philipp wrote: > Am Mittwoch 11 Juli 2007 19:54 schrieb Bo Ørsted Andresen: > > On Wednesday 11 July 2007 18:10:55 Thanasis wrote: > > > on 07/11/2007 05:16 PM Hemmann, Volker Armin wrote the following: > > > > On Mittwoch, 11. Juli 2007, Florian Philipp wrote: >

Re: [gentoo-amd64] Re: 3200+ -> X2 4000+

2007-07-11 Thread Hemmann, Volker Armin
On Mittwoch, 11. Juli 2007, Thanasis wrote: > on 07/11/2007 08:20 PM Hemmann, Volker Armin wrote the following: > >> I don't see _any_such_flags_ in /etc/make.conf.example. > >> I use: > >> CFLAGS="-march=k8 -fomit-frame-pointer -pipe -O2" > >> CXXFLAGS="${CFLAGS}" > >> > >> System: notebook AMILO

Re: [gentoo-amd64] Re: 3200+ -> X2 4000+

2007-07-11 Thread Thanasis
on 07/11/2007 08:20 PM Hemmann, Volker Armin wrote the following: >> I don't see _any_such_flags_ in /etc/make.conf.example. >> I use: >> CFLAGS="-march=k8 -fomit-frame-pointer -pipe -O2" >> CXXFLAGS="${CFLAGS}" >> >> System: notebook AMILO Xa 1526 with AMD Turion(tm) 64 X2 Mobile >> Technology TL-

Re: [gentoo-amd64] Re: 3200+ -> X2 4000+

2007-07-11 Thread Florian Philipp
Am Mittwoch 11 Juli 2007 19:54 schrieb Bo Ørsted Andresen: > On Wednesday 11 July 2007 18:10:55 Thanasis wrote: > > on 07/11/2007 05:16 PM Hemmann, Volker Armin wrote the following: > > > On Mittwoch, 11. Juli 2007, Florian Philipp wrote: > > >> CFLAGS="-march=amd64 -msse3" > > > > > > and O2 ;) >

Re: [gentoo-amd64] Re: 3200+ -> X2 4000+

2007-07-11 Thread Bo Ørsted Andresen
On Wednesday 11 July 2007 18:10:55 Thanasis wrote: > on 07/11/2007 05:16 PM Hemmann, Volker Armin wrote the following: > > On Mittwoch, 11. Juli 2007, Florian Philipp wrote: > >> CFLAGS="-march=amd64 -msse3" > > > > and O2 ;) > > I don't see _any_such_flags_ in /etc/make.conf.example. > I use: [SNI

Re: [gentoo-amd64] Re: 3200+ -> X2 4000+

2007-07-11 Thread Hemmann, Volker Armin
On Mittwoch, 11. Juli 2007, Thanasis wrote: > on 07/11/2007 05:16 PM Hemmann, Volker Armin wrote the following: > > On Mittwoch, 11. Juli 2007, Florian Philipp wrote: > >> CFLAGS="-march=amd64 -msse3" > > > > and O2 ;) > > I don't see _any_such_flags_ in /etc/make.conf.example. > I use: > CFLAGS="-

Re: [gentoo-amd64] Re: 3200+ -> X2 4000+

2007-07-11 Thread Thanasis
on 07/11/2007 05:16 PM Hemmann, Volker Armin wrote the following: > On Mittwoch, 11. Juli 2007, Florian Philipp wrote: > >> CFLAGS="-march=amd64 -msse3" > > and O2 ;) I don't see _any_such_flags_ in /etc/make.conf.example. I use: CFLAGS="-march=k8 -fomit-frame-pointer -pipe -O2" CXXFLAGS="${CFLA

Re: [gentoo-amd64] Re: 3200+ -> X2 4000+

2007-07-11 Thread Hemmann, Volker Armin
On Mittwoch, 11. Juli 2007, Florian Philipp wrote: > > CFLAGS="-march=amd64 -msse3" and O2 ;) -- [EMAIL PROTECTED] mailing list

Re: [gentoo-amd64] Re: 3200+ -> X2 4000+

2007-07-11 Thread Florian Philipp
Am Mittwoch 11 Juli 2007 14:15 schrieb Fernando Boaglio: > > On 7/5/07, Hemmann, Volker Armin <[EMAIL PROTECTED]> wrote: > > On Donnerstag, 5. Juli 2007, Fernando Boaglio wrote: > > > Thanks a lot guys, I love this place, I always learn something new =) > > > > > > Anyway, switching only the proc

Re: [gentoo-amd64] Re: 3200+ -> X2 4000+

2007-07-11 Thread Fernando Boaglio
Ok folks, I'm running my new linux box right now: =D cascao ~ # uname -a Linux cascao 2.6.21-ck2-r1 #2 SMP PREEMPT Tue Jul 10 21:03:33 BRT 2007 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ AuthenticAMD GNU/Linux I've changed this option in my [make.conf]: MAKEOPTS="-j4" Should I chang