Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
64 bit Prescott CFLAGS
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
kazm
n00b
n00b


Joined: 15 Sep 2005
Posts: 5
Location: Sydney, Australia

PostPosted: Mon Oct 30, 2006 4:51 am    Post subject: 64 bit Prescott CFLAGS Reply with quote

I have an Intel Pentium 4 HT which on closer examination I found to be 64 bit. I am running Sabayon on it fine but I would like to know what CFLAGS i would need to use. The CPU says its a Prescott with SSE3 (PNI) and EM64T. Can i use march=prescott -msse3 with CHOST="x86_64-pc-linux-gnu" ??? Or does prescott imply 32 bit? I also read that march=nocona should be used as per a Xeon.

Any thoughts anyone?
_________________
I just LOVE cake!!!!
Back to top
View user's profile Send private message
bubbl07
Apprentice
Apprentice


Joined: 06 Feb 2005
Posts: 237
Location: New York City

PostPosted: Mon Oct 30, 2006 5:32 am    Post subject: Reply with quote

Taken from http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options:
Quote:
prescott
Improved version of Intel Pentium4 CPU with MMX, SSE, SSE2 and SSE3 instruction set support.
nocona
Improved version of Intel Pentium4 CPU with 64-bit extensions, MMX, SSE, SSE2 and SSE3 instruction set support

There are prescotts available with EM64T (http://en.wikipedia.org/wiki/Pentium_4#Prescott_2M), so if you're sure that your particular CPU has it, I would think that nocona would be better.
Code:
CFLAGS="-march=nocona -O2 -pipe"

*waits for explosion*
Back to top
View user's profile Send private message
kevman
n00b
n00b


Joined: 22 Sep 2006
Posts: 44
Location: Pittsburgh, PA.

PostPosted: Mon Oct 30, 2006 4:27 pm    Post subject: Reply with quote

Nocona is the same as Prescott, its just called Xeon and the prescott P4.

The only difference, really, is that the Xeons may clock faster.

Late Noconas might have really high caches (4meg, maybe?) but 64-bit prescotts can have as much as 2meg of L2.

So yeah, Nocona and 64-bit Prescott are identical for all intents and purposes.
_________________
[INSERT 800x600 SIGPIC HERE]
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Mon Oct 30, 2006 6:45 pm    Post subject: Reply with quote

Moved from Installing Gentoo to Duplicate Threads.
See here for example.
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum