• Competitor rules

    Please remember that any mention of competitors, hinting at competitors or offering to provide details of competitors will result in an account suspension. The full rules can be found under the 'Terms and Rules' link in the bottom right corner of your screen. Just don't mention competitors in any way, shape or form and you'll be OK.

check my cpu list

Soldato
Joined
6 Feb 2004
Posts
20,794
Location
England
i'm way out of the loop when it comes to modern cpus - i'm still creaking along on my dothan. :p

anyway, i recently made a web form to log 3dmark scores and i have a drop down list where people can select their cpu. this is the list i have so far. any glaring omissions/**** ups?

overall list
Code:
$cpu = array(
'intel qx6850',
'intel qx6800',
'intel qx6700',
'intel q6600',
'intel xeon quad core',
'intel xeon dual core',
'intel x6800',
'intel e6850',
'intel e6800',
'intel e6750',
'intel e6700',
'intel e6600',
'intel e6550',
'intel e6420',
'intel e6400',
'intel e6320',
'intel e6300',
'intel e4500',
'intel e4400',
'intel e4300',
'intel e2180',
'intel e2160',
'intel e2140',
'intel pentium d',
'intel pentium 4',
'intel pentium m',
'intel celeron d',
'intel celeron m',
'intel celeron',
'other intel',
'amd athlon 64 fx-74',
'amd athlon 64 fx-72',
'amd athlon 64 fx-70',
'amd athlon 64 fx-62',
'amd athlon 64 fx-60',
'amd athlon 64 fx-57',
'amd athlon 64 fx-55',
'amd athlon 64 fx-53',
'amd athlon 64 fx-51',
'amd athlon 64 x2 6400+',
'amd athlon 64 x2 6000+',
'amd athlon 64 x2 5600+',
'amd athlon 64 x2 5400+',
'amd athlon 64 x2 5200+',
'amd athlon 64 x2 5000+',
'amd athlon 64 x2 4800+',
'amd athlon 64 x2 4600+',
'amd athlon 64 x2 4400+',
'amd athlon 64 x2 4200+',
'amd athlon 64 x2 4000+',
'amd athlon 64 x2 3800+',
'amd athlon 64 x2 3600+',
'amd athlon 64 4000+',
'amd athlon 64 3800+',
'amd athlon 64 3700+',
'amd athlon 64 3500+',
'amd athlon 64 3400+',
'amd athlon 64 3200+',
'amd athlon 64 3000+',
'amd athlon 64 2800+',
'amd athlon xp',
'amd athlon xp-m',
'other amd');

single core
Code:
$single = array(
'intel pentium 4',
'intel pentium m',
'intel celeron d',
'intel celeron m',
'intel celeron',
'other intel',
'amd athlon 64 fx-57',
'amd athlon 64 fx-55',
'amd athlon 64 fx-53',
'amd athlon 64 fx-51',
'amd athlon 64 4000+',
'amd athlon 64 3800+',
'amd athlon 64 3700+',
'amd athlon 64 3500+',
'amd athlon 64 3400+',
'amd athlon 64 3200+',
'amd athlon 64 3000+',
'amd athlon 64 2800+',
'amd athlon xp',
'amd athlon xp-m',
'other amd');

dual core
Code:
$dual = array(
'intel xeon dual core',
'intel x6800',
'intel e6850',
'intel e6800',
'intel e6750',
'intel e6700',
'intel e6600',
'intel e6550',
'intel e6420',
'intel e6400',
'intel e6320',
'intel e6300',
'intel e4500',
'intel e4400',
'intel e4300',
'intel e2180',
'intel e2160',
'intel e2140',
'intel pentium d',
'amd athlon 64 fx-62',
'amd athlon 64 fx-60',
'amd athlon 64 x2 6400+',
'amd athlon 64 x2 6000+',
'amd athlon 64 x2 5600+',
'amd athlon 64 x2 5400+',
'amd athlon 64 x2 5200+',
'amd athlon 64 x2 5000+',
'amd athlon 64 x2 4800+',
'amd athlon 64 x2 4600+',
'amd athlon 64 x2 4400+',
'amd athlon 64 x2 4200+',
'amd athlon 64 x2 4000+',
'amd athlon 64 x2 3800+',
'amd athlon 64 x2 3600+');

quad core
Code:
$quad = array(
'intel qx6850',
'intel qx6800',
'intel qx6700',
'intel q6600',
'intel xeon quad core',
'amd athlon 64 fx-74',
'amd athlon 64 fx-72',
'amd athlon 64 fx-70');
 
FX-70, 72, and 74 can also be single dual core set ups :p.

Missing Q6700 and for completeness you could add all the Opterons on S939.

Jokester
 
thanks. i'll get on it. :)

edit: i've added these....
Code:
'intel q6700',
'amd athlon 64 fx-74 (4 core)',
'amd athlon 64 fx-72 (4 core)',
'amd athlon 64 fx-70 (4 core)',
'amd athlon 64 fx-74 (2 core)',
'amd athlon 64 fx-72 (2 core)',
'amd athlon 64 fx-70 (2 core)',
'amd opteron 185',
'amd opteron 180',
'amd opteron 175',
'amd opteron 170',
'amd opteron 165',
'amd opteron 156',
'amd opteron 154',
'amd opteron 152',
'amd opteron 150',
'amd opteron 148',
'amd opteron 146',
'amd opteron 144',
 
Last edited:
Back
Top Bottom