Gentoo Archives: gentoo-amd64

From: Thanasis <thanasis@××××××××××.org>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: 3200+ -> X2 4000+
Date: Wed, 11 Jul 2007 19:48:30
Message-Id: 46953343.5030709@asyr.hopto.org
In Reply to: Re: [gentoo-amd64] Re: 3200+ -> X2 4000+ by "Hemmann
1 on 07/11/2007 08:20 PM Hemmann, Volker Armin wrote the following:
2 >> I don't see _any_such_flags_ in /etc/make.conf.example.
3 >> I use:
4 >> CFLAGS="-march=k8 -fomit-frame-pointer -pipe -O2"
5 >> CXXFLAGS="${CFLAGS}"
6 >>
7 >> System: notebook AMILO Xa 1526 with AMD Turion(tm) 64 X2 Mobile
8 >> Technology TL-56
9 >>
10 >> Am I missing something?
11 >
12 > if you have 'pni' in /proc/cpuinfo you should add -msse3.
13 > -fomit-frame-pointer is useless/not needed on amd64-.
14 I do.
15
16 # cat /proc/cpuinfo
17 processor : 0
18 vendor_id : AuthenticAMD
19 cpu family : 15
20 model : 72
21 model name : AMD Turion(tm) 64 X2 Mobile Technology TL-56
22 stepping : 2
23 cpu MHz : 800.000
24 cache size : 512 KB
25 physical id : 0
26 siblings : 2
27 core id : 0
28 cpu cores : 2
29 fpu : yes
30 fpu_exception : yes
31 cpuid level : 1
32 wp : yes
33 flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
34 mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext
35 fxsr_opt rdtscp lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8_legacy
36 bogomips : 3611.22
37 TLB size : 1024 4K pages
38 clflush size : 64
39 cache_alignment : 64
40 address sizes : 40 bits physical, 48 bits virtual
41 power management: ts fid vid ttp tm stc
42
43 processor : 1
44 vendor_id : AuthenticAMD
45 cpu family : 15
46 model : 72
47 model name : AMD Turion(tm) 64 X2 Mobile Technology TL-56
48 stepping : 2
49 cpu MHz : 800.000
50 cache size : 512 KB
51 physical id : 0
52 siblings : 2
53 core id : 1
54 cpu cores : 2
55 fpu : yes
56 fpu_exception : yes
57 cpuid level : 1
58 wp : yes
59 flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
60 mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext
61 fxsr_opt rdtscp lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8_legacy
62 bogomips : 1603.39
63 TLB size : 1024 4K pages
64 clflush size : 64
65 cache_alignment : 64
66 address sizes : 40 bits physical, 48 bits virtual
67 power management: ts fid vid ttp tm stc
68
69 *PS:
70 1) Should I add any other flags also, besides adding -msse3
71 (CFLAGS="-march=k8 -msse3 -pipe -O2")
72 2) Just curious: Why is there such a big difference between the 2 CPUs'
73 bogomips values reported?
74
75
76 --
77 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Re: 3200+ -> X2 4000+ "Hemmann
Re: [gentoo-amd64] Re: 3200+ -> X2 4000+ Fernando Boaglio <boaglio@×××××.com>