Gentoo Archives: gentoo-user

From: Alecks Gates <alecks.g@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] cflags for atom
Date: Tue, 22 Oct 2013 00:31:54
Message-Id: CAKkyAYYs-2a0tvMw+5tXqGn_auFmO6sLYLAXW3K1NFLGKBFWYQ@mail.gmail.com
In Reply to: [gentoo-user] cflags for atom by Silvio Siefke
1 On Mon, Oct 21, 2013 at 9:09 AM, Silvio Siefke <siefke_listen@×××.de> wrote:
2 > Hello,
3 >
4 > on my netbook Acer Aspire One D255 is running Gentoo amd64 but its so slow.
5 > I have Samsung NC10 and there is running Gentoo better and that i understand
6 > not so really.
7 >
8 > What Cflags i should use, at moment i use
9 >
10 > CFLAGS="-O2 -march=atom -mtune=atom -mssse3 -mfpmath=sse -fomit-frame-pointer -pipe"
11 > CXXFLAGS="${CFLAGS}"
12 > CHOST="x86_64-pc-linux-gnu"
13 > MAKEOPTS="-j3"
14 >
15 > processor : 0
16 > vendor_id : GenuineIntel
17 > cpu family : 6
18 > model : 28
19 > model name : Intel(R) Atom(TM) CPU N550 @ 1.50GHz
20 > stepping : 10
21 > microcode : 0x107
22 > cpu MHz : 1500.000
23 > cache size : 512 KB
24 > physical id : 0
25 > siblings : 4
26 > core id : 0
27 > cpu cores : 2
28 > apicid : 0
29 > initial apicid : 0
30 > fpu : yes
31 > fpu_exception : yes
32 > cpuid level : 10
33 > wp : yes
34 > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm dtherm
35 > bogomips : 2992.64
36 > clflush size : 64
37 > cache_alignment : 64
38 > address sizes : 32 bits physical, 48 bits virtual
39 > power management:
40 >
41 > Thats from 0 to 3. It were nice when someone can help.
42 >
43 >
44 > Thank you & Good Day
45 > Silvio
46 >
47
48 I use -Os on my VIA nanos due to small cache sizes, perhaps that would
49 help here? I don't own any Atoms to test it with.
50
51 --
52 Alecks Gates

Replies

Subject Author
Re: [gentoo-user] cflags for atom Adam Carter <adamcarter3@×××××.com>