Slashdot Mirror


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.

12 of 202 comments (clear)

  1. Nobody ever got fired buying by fembots · · Score: 5, Insightful

    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?

    1. Re:Nobody ever got fired buying by Silverlancer · · Score: 5, Insightful

      Interestingly enough many, including myself, were expecting quite a leap with 1066mhz FSB, especially considering the huge leap from 533 to 800. However, it seems as if the P4's bottleneck now isn't bandwidth at all, but latency, like the Athlons always have been. In other words, DDR2 (more bandwidth, crappy timings) is going to do shit all for the P4.

  2. I liked the previous version ... by Anonymous Coward · · Score: 5, Funny

    where I clicked it and it said "move along, nothing to see here"

    Seemed more accurate.

  3. Price / performance by FiReaNGeL · · Score: 5, Interesting

    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...

  4. Another, older review of 925XE by DrMrLordX · · Score: 5, Interesting

    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?

    1. Re:Another, older review of 925XE by MightyPez · · Score: 5, Informative
      Because Tom's hardware is notoriously biased towards Intel. Photochopped P4 cores, funky timings on AMD rigs, and of course; editorials like this from staff writers which say the following:
      There is nothing finer than raising the hackles of delusional AMD lovers. However, today I do so with a heavy heart. This is no time to take aim at the pompous, self-righteous head-in-the-sand-ostriches of the alternative chip lifestyle. One must embrace them, hug them and wipe away their tears.
  5. Will they ever beat intel by kff322 · · Score: 5, Insightful

    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

    1. Re:Will they ever beat intel by evn · · Score: 5, Informative

      If only it were that simple! Cache sizes, prediction facilities, execution units, register count, etc. all play a significant part in CPU performance and to reduce this to an argument about who's pipeline is bigger ignores many of the important issues.

      Pipeline length has some impact on performance and until recently Intel has been able to perform well by jacking up the clock speed. Sure it ate tons of power, and heated your room but it didn't really matter provided Intel's chips could perform as well as the AMD, IBM, Motorola, etc. competition. Think of a trip to the drag strip: if my 5.7L corvette runs the quarter mile in 12.5 seconds and your 1.6L civic does it in 13 seconds I still win the race. In a race to be the fastest you can't lean out the window and yell "You won, but I was almost as quick and I did it with 75% less motor!": you'll look like a fool. The performance crown is about being the fastest. period.

      For the last 9 months or so Intels small-block Corvettes have not only been losing the races, they're getting beaten by Subarus that produce more power, get twice the gas mileage, and cost less.

      You might want to read some of the ARS Technica articles that cover CPU design and illustrate some of the differences between the various architectures:

  6. Catching up by thedogcow · · Score: 5, Informative

    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.
  7. Not really... by cbreaker · · Score: 5, Informative

    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. -
  8. Dear god... by Tyler+Eaves · · Score: 5, Funny

    The FSB on that thing is clocked faster than my CPU....

    --
    TODO: Something witty here...
  9. Re:64 vs. 32 by Sivar · · Score: 5, Informative
    I noticed that the summary points out how the AMD64 is faster. Well, what were you expecting, its 64bit vs. 32bit.

    If you want a fair comparison then compare the AMD 32bit processors against Intel 32bit processors.

    And compare AMD64s against Intel's 64 bit chips.

    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