New Intel Chipset and Extreme Edition CPU Tested
Steve writes "Today sees the launch of both a new CPU and chipset from Intel. The CPU takes the form of a 3.46Ghz Pentium 4 Extreme Edition, running at 1066FSB, and the chipset is the i925XE, the first Intel chipset to support this new FSB. HEXUS.net have a review of both. It looks like AMD still have the lead when it comes to performance, despite Intel's attempts to counter the Athlon 64 FX-55." Hack Jandy links to more reviews at AnandTech, HardOCP, and ExtremeTech.
I think AnandTech summed it up nicely "So there you have it folks - the 1066MHz FSB does absolutely nothing for performance, [...], But with the move to the 1066MHz FSB we have a platform launch that, in the spirit of the 925X and 915 launches, does virtually nothing for performance."
However the real question is, how many decision-makers are reading these review/benchmarks, or do they just buy Intel because it's Intel, or that's what xx-business weekly says?
Rock that crushes, Paper & Scissors that don't matter.
where I clicked it and it said "move along, nothing to see here"
Seemed more accurate.
Honestly, who is buying these things? At a price of 999$ US (1000 units lot) and a marginal performance increase compared to other, far less costly solutions (3500+ AMD anyone?), I just don't see a market. Is it just for the performance crown, which they didn't even get to win this time around (or should I say, in the past 2-3 years)?No word on heat, nor power consumption.
AMD all the way. Intel is alive just because of Dell (among others) and a large reserve of cash. They cost more, do less, and heat your bedroom to boot. But it has 'Intel Inside', so I guess it must count for something...
Eureka Science News - automatically updated
Right here. Though, I must admit that I found some of the results to be a little wonky, along with the test bed. How'd they get a FX-51 running on a socket 939 board? Underlocked a FX-53?
no matter how fast the clock speed the pipline is sooooo long for P4 chips causing a sever preformance degradement. This is why G5 and AMD chips are faster at lower clock speeds because of there shorter pipline. Intels high clock speeds just look good
Intel is slowing catching up. But the fact is that my DP 2.5GHz G5 is at 1.25GHz Frontside bus - per processor.
Yes! I listen to NYC Speedcore and do math at 3AM. I suggest you try it too.
Athlons have always been fairly LOW latency chips, and the memory used (fast DDR memory) is low latency too.
The P4's on the other hand have used Rambus memory for awhile, although that's not really the case anymore. But when they did, they always excelled at memory THROUGHPUT because Rambus runs at high frequencies. Rambus memory however is fairly latent - it's the trade-off.
DDR2 RAM won't be "fast" until we see it in much higher speeds - DDR2-800 most likely. Of course, it will always have more latency then DDR because it uses four banks of DRAM instead of two.. I'm sure you can research all this via google if you're interested in learning more.
- It's not the Macs I hate. It's Digg users. -
The FSB on that thing is clocked faster than my CPU....
TODO: Something witty here...
Someone needs a gentle tap with a cluestick.
1) Being 64-bit does not necessarily improve performance and, in fact, can degrade performance when used on the VAST majority of applications that primarily use integer numbers of less than 4.3 billion (2^32 unsigned). Take a look at Solaris/SPARC64 for an example.
2) Even in applications that can make use of 64-bit integers, the AMD64 specification defines an "integer" as 32-bits. Software has to expressly use a "long" (or similar) to make use of the other half of the register size, and because on 95% of computers out there (read: vanilla x86 systems) a "long" is the same thing as an "int", this is done rarely at best.
3) Even if all software in the universe could get a staggering performance boost from 64-bit registers AND were instantly tuned to use them, it wouldn't matter because all of the software used to compare the Athlon64 to the Pentium IV is 32-bit software running on a 32-bit operating system, except in the occasional tests that are designed specifically to test the benefit of the Athlon64's 64-bit mode.
4) Even if every one of the professional review sites were manned by biased or clueless authors (generally true of Tom's Hardware and GamePC (and any review website run by your average l33t w4r3z d00d or non-technical game enthusiast), though the former appears to be improving), the 10% average gain when compiling software to use the 64-bit extentions of the Athlon64 is nowhere near the actual performance gain, in 32-bit software, that the Athlon64 has over the Pentium IV in most games and a number of other applications.
5) Even if the performance gain of 64-bit mode was greater by far than it is now, the bulk of the performance improvement in most software is from a: the integrated memory controller (which is also used in 32-bit mode), and b: the fact that the number of general-purpose registers has doubled from 8 to 16, greatly reducing the amount of register variable swapping needed. Again, most apps simply do not care if they can fit huge numbers in a register, because they do not need them.
So as you can see, your assertion is flawed.
Computer Science is no more about computers than astronomy is about telescopes. --E. W. Dijkstra