Need some information about a CPU

For everything that's not in any way related to PureBasic. General chat etc...
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Need some information about a CPU

Post by freak »

I have these two processors:
- AMD Athlon 64 X2 Dual-Core (Brisbane G1) 4800+ (2.5 Ghz), 65nm
- Intel Core2 Duo P7350 @ 2.0 Ghz

Now I need to find out what kind of branch prediction these processors are using (type of predictors, buffer sizes etc). So far I only found vague second hand information. Is there some kind of official specification that contains these things? I need something that i can quote, so second hand information in articles or wikipedia entries doesn't cut it.

Does anybody have some hints for me? (or knows where I best ask this kind of question) ?
quidquid Latine dictum sit altum videtur
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Re: Need some information about a CPU

Post by Rings »

what about asking the original vendors ?

if you use for education (or 'DiplomArbeit' for quoting)
they will often give these information for free.
SPAMINATOR NR.1
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Re: Need some information about a CPU

Post by Derek »

Try googling 'intel specifications', they have loads of details there. It might take a bit of digging out but it's a start. I had a quick look and didn't actually find your chip which was strange seeing as it's Intel's own site but I may of missed it.
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4995
Joined: Sun Apr 12, 2009 6:27 am

Re: Need some information about a CPU

Post by RASHAD »

@freak
See the next URL
Download the DataSheet and see if you will find your request
Or you have to go with Rings

Good luck

http://ark.intel.com/Product.aspx?id=3 ... cture.pdf
Last edited by RASHAD on Thu Nov 04, 2010 3:42 pm, edited 1 time in total.
Egypt my love
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: Need some information about a CPU

Post by Trond »

Look in the "Intel® 64 and IA-32 Architectures Optimization Reference Manual".
User avatar
Shardik
Addict
Addict
Posts: 2068
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Re: Need some information about a CPU

Post by Shardik »

freak wrote:- AMD Athlon 64 X2 Dual-Core (Brisbane G1) 4800+ (2.5 Ghz), 65nm
http://support.amd.com/us/Processor_Tec ... 2.pdf[code]• 64-Kbyte 2-Way Associative ECC-Protected
L1 Data Caches
– Two 64-bit operations per cycle, 3-cycle latency
• 64-Kbyte 2-Way Associative Parity-Protected
L1 Instruction Caches
– With advanced branch prediction
• 16-Way Associative ECC-Protected
L2 Caches
– Exclusive cache architecture—storage in addition
to L1 caches
– Up to 1 Mbyte per L2 cache[/code]
Thorium
Addict
Addict
Posts: 1308
Joined: Sat Aug 15, 2009 6:59 pm

Re: Need some information about a CPU

Post by Thorium »

freak wrote:I have these two processors:
- AMD Athlon 64 X2 Dual-Core (Brisbane G1) 4800+ (2.5 Ghz), 65nm
- Intel Core2 Duo P7350 @ 2.0 Ghz

Now I need to find out what kind of branch prediction these processors are using (type of predictors, buffer sizes etc). So far I only found vague second hand information. Is there some kind of official specification that contains these things? I need something that i can quote, so second hand information in articles or wikipedia entries doesn't cut it.
Intel does not explain there branch predictions in detail. However there are some information in the Optimization Manual: http://www.intel.com/Assets/PDF/manual/248966.pdf
Take a look at: 2.1.2.1: Branch Prediction Unit
and 3.4.1: Branch Prediction Optimization
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Re: Need some information about a CPU

Post by Rescator »

Isn't it possible to query cache info through WMI or similar?
Thorium
Addict
Addict
Posts: 1308
Joined: Sat Aug 15, 2009 6:59 pm

Re: Need some information about a CPU

Post by Thorium »

Rescator wrote:Isn't it possible to query cache info through WMI or similar?
It is, but he did not asked about the cache.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: Need some information about a CPU

Post by Trond »

Thorium wrote:However there are some information in the Optimization Manual: http://www.intel.com/Assets/PDF/manual/248966.pdf
What I said. :)
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: Need some information about a CPU

Post by freak »

Thanks everyone for the help.

Its not really a crucial piece of information, so i am not going to make an official request to the vendors. It would have been more of a "nice to know" side note anyway.
quidquid Latine dictum sit altum videtur
User avatar
doctorized
Addict
Addict
Posts: 882
Joined: Fri Mar 27, 2009 9:41 am
Location: Athens, Greece

Re: Need some information about a CPU

Post by doctorized »

You can also check: http://crystalmark.info/?lang=en and take a look at CrystalCPUID's source code.
Post Reply