Cydonia: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
m (New page: Home server motherboard: [http://www.intel.com/Products/Desktop/Motherboards/D945GCLF/D945GCLF-overview.htm D945GCLF]] processor: atom 230 from "safe cflags gentoo page: <pre> Atom 230...)
 
No edit summary
Line 7: Line 7:
from "safe cflags gentoo page:
from "safe cflags gentoo page:


'''Atom'''
<pre>
<pre>
Atom 230
Some Intel engineer put a guide on stable CFLAGS for atom procesor.


In summary, he said that this are the "suggested" CFLAGS:
-Wall -O1 -msse3 -march=core2 -mfpmath=sse -pedantic -pipe
-fstrength-reduce -fexpensive-optimizations -finline-functions
-funroll-loops -foptimize-register-move
</pre>
'''Atom 230'''
<pre>
vendor_id      : GenuineIntel
vendor_id      : GenuineIntel
cpu family      : 6
cpu family      : 6

Revision as of 14:47, 8 August 2009

Home server

motherboard: D945GCLF]

processor: atom 230

from "safe cflags gentoo page:

Atom

Some Intel engineer put a guide on stable CFLAGS for atom procesor.

In summary, he said that this are the "suggested" CFLAGS:

-Wall -O1 -msse3 -march=core2 -mfpmath=sse -pedantic -pipe 
-fstrength-reduce -fexpensive-optimizations -finline-functions 
-funroll-loops -foptimize-register-move

Atom 230

vendor_id       : GenuineIntel
cpu family      : 6
model           : 28
model name      : Intel(R) Atom(TM) CPU  230   @ 1.60GHz
stepping        : 2
cpu MHz         : 1596.175
cache size      : 512 KB
32 bit profile (x86):

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
64 bit profile (amd64):

CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS}"