New Pricing

As you will soon see, Intel's new Core 2 lineup has basically made all previous Intel processors worthless. The performance of the new Core 2 CPUs is so much greater, with much lower power consumption, that owners of NetBurst based processors may want to dust off the old drill bits and make some neat looking keychains.

Intel also realizes that its new Core 2 line will make its older Pentium D and Pentium Extreme Edition processors seem a bit homely, and thus it will significantly reduce the pricing on some of the CPUs by the end of this month to help spruce them up a bit.

Intel's new pricing, effective starting July 23rd, is listed below:

CPU Clock Speed L2 Cache Price
Intel Core 2 Extreme X6800 2.93GHz 4MB $999
Intel Core 2 Duo E6700 2.66GHz 4MB $530
Intel Core 2 Duo E6600 2.40GHz 4MB $316
Intel Core 2 Duo E6400 2.13GHz 2MB $224
Intel Core 2 Duo E6300 1.86GHz 2MB $183
Intel Pentium D 945 3.40GHz 2MBx2 $163
Intel Pentium D 915 2.80GHz 2MBx2 $133
Intel Pentium D 820 2.80GHz 1MBx2 $113
Intel Pentium D 805 2.66GHz 1MBx2 $93

The table above only showcases the NetBurst CPUs that are actually cheaper than their Core 2 counterparts; there are a number that are priced equal to Core 2 options, but you'll want to stay away from those (more blatant foreshadowing).

Unfortunately AMD won't have an architectural update of the Athlon 64 X2 until sometime in 2007 or 2008, thus its only response to Intel's Core 2 lineup today is to also reduce pricing. Shortly before today's launch AMD informed us that more aggressive price cuts for the Athlon 64 X2 line were coming in July, but we couldn't get any more specific information. The best numbers we've got are those that were leaked shortly after Computex, which may end up being higher than what AMD is now thinking of doing:

CPU Clock Speed L2 Cache Projected Price
AMD Athlon 64 X2 5000+ 2.6GHz 512KBx2 $403
AMD Athlon 64 X2 4600+ 2.4GHz 512KBx2 $301
AMD Athlon 64 X2 4200+ 2.2GHz 512KBx2 $240
AMD Athlon 64 X2 3800+ 2.0GHz 512KBx2 $169

In order to keep prices competitive, AMD is also killing off its Athlon 64 X2s with a 1MB L2 cache. By only shipping 512KB parts (except for the limited quantities of FX processors that are sold), AMD can produce more CPUs per wafer and thus help increase supply and offer lower prices.

Below we've compared both AMD and Intel's proposed price cuts, and as you can see, AMD needs to do a lot more in order to remain competitive.

CPU Clock Speed L2 Cache Price
Intel Core 2 Extreme X6800 2.93GHz 4MB $999
Intel Core 2 Duo E6700 2.66GHz 4MB $530
AMD Athlon 64 X2 5000+ 2.6GHz 512KBx2 $403*
Intel Core 2 Duo E6600 2.40GHz 4MB $316
AMD Athlon 64 X2 4600+ 2.4GHz 512KBx2 $301*
AMD Athlon 64 X2 4200+ 2.2GHz 512KBx2 $240*
Intel Core 2 Duo E6400 2.13GHz 2MB $224
Intel Core 2 Duo E6300 1.86GHz 2MB $183
AMD Athlon 64 X2 3800+ 2.0GHz 512KBx2 $169*
Intel Pentium D 945 3.40GHz 2MBx2 $163
Intel Pentium D 915 2.80GHz 2MBx2 $133
Intel Pentium D 820 2.80GHz 1MBx2 $113
Intel Pentium D 805 2.66GHz 1MBx2 $93

*Note: The AMD prices are still rumored. We're waiting for final confirmation from AMD for accuracy.


Based on these prices, AMD's Athlon 64 X2 4600+ would have to beat Intel's E6600, the 4200+ would have to beat the E6400 and the X2 3800+ would have to be somewhere in between the performance of a Pentium D 940/945 and an E6300.

We're getting the impression that AMD may be cutting prices more than what we've seen here, but we have no idea to what degree yet. By the end of this year AMD will also offer higher clock speeds as well as its new 4x4 platform (dual socket, dual core desktop Athlon 64 FX motherboards), but that's all we can expect for the foreseeable future.

Index The Test
Comments Locked

202 Comments

View All Comments

  • code255 - Friday, July 14, 2006 - link

    Thanks a lot for the Rise of Legends benchmark! I play the game, and I was really interested in seeing how different CPUs perform in it.

    And GAWD DAMN the Core 2 totally owns in RoL, and that's only in a timedemo playback environment. Imagine how much better it'll be over AMD in single-player games where lots of AI calculations need to be done, and when the settings are at max; the high-quality physics settings are very CPU intensive...

    I've so gotta get a Core 2 when they come out!
  • Locutus465 - Friday, July 14, 2006 - link

    It's good to see intel is back. Now hopefully we'll be seeing some real innovation in the CPU market again. I wonder what the picture is going to look like in a couple years when I'm ready to upgrade again!
  • Spoonbender - Friday, July 14, 2006 - link

    First, isn't it misleading to say "memory latency" is better than on AMD systems?
    What happens is that the actual latency for *memory* access is still (more or less) the same. But the huge cache + misc. clever tricks means you don't have to go all the way to memory as often.

    Next up, what about 64-bit? Wouldn't it be relevant to see if Conroe's lead is as impressive in 64-bit? Or is it the same horrible implementation that Netburst used?
  • JarredWalton - Friday, July 14, 2006 - link

    Actually, it's the "clever tricks" that are reducing latency. (Latency is generally calculated with very large data sets, so even if you have 8 or 16 MB of cache the program can still determine how fast the system memory is.) If the CPU can analyze RAM access requests in advance and queue up the request earlier, main memory has more time to get ready, thus reducing perceived latency from the CPU. It's a matter of using transistors to accomplish this vs. using them elsewhere.

    It may also be that current latency applications will need to be adjusted to properly compute latency on Core 2, but if their results are representative of how real world applications will perceive latency, it doesn't really matter. Right now, it appears that Core 2 is properly architected to deal with latency, bandwidth, etc. very well.
  • Spoonbender - Friday, July 14, 2006 - link

    Well, when I think of latency, I think worst-case latency, when, for some reason, you need to access something that is still in memory, and haven't already been queued.
    Now, if their prefetching tricks can *always* start memory loads before they're needed, I'll agree, their effective latency is lower. But if it only works, say, 95% of the time, I'd still say their latency is however long it takes for me to issue a memory load request, and wait for it to get back, without a cache hit, and without the prefetch mechanism being able to kick in.

    Just technical nitpicking, I suppose. I agree, the latency that applications will typcially perceive is what the graph shows. I just think it's misleading to call that "memory latency"

    As you say, it's architected to hide the latency very well. Which is a damn good idea. But that's still not quite the same as reducing the latency, imo.
  • Calin - Friday, July 14, 2006 - link

    You could find the real latency (or most of it) by reading random locations in the main memory. Even the 4MB cache on the Conroe won't be able to prefetch all the main memory.
    Anyway, the most interesting is what memory latency the application that run feels. This latency might be lower on high-load, high-memory server processors (not that current benchmarks hint at this for Opteron against server-level Core2)
  • JarredWalton - Friday, July 14, 2006 - link

    "You could find the real latency (or most of it) by reading random locations in the main memory."

    I'm pretty sure that's how ScienceMark 2.0 calculates latency. You have to remember, even with the memory latency of approximately 35 ns, that delay means the CPU now has approximately 100 cycles to go and find other stuff to do. At an instruction fetch rate of 4 instructions per cycle, that's a lot of untapped power. So, while it waits on main memory access one, it can be scanning the next accesses that are likely to take place and start queuing them up. And the net result is that you may never actually be able to measure latency higher than about 35 ns or whatever.

    The way I think of it is this: pipeline issues aside, a large portion of what allowed Athlon 64 to outperform at first was reduced memory latency. Remember, Pentium 4 was easily able to outperform Athlon XP in the majority of benchmarks -- it just did so at higher clock speeds. (Don't *even* try to tell me that the Athlon XP 3200+ was as fast as a Pentium 4 3.2 GHz... LOL.) AMD boosted performance by about 25% by adding an integrated memory controller. Now Intel is faster at similar clock speeds, and although the 4-wide architectural design helps, they almost certainly wouldn't be able to improve performance without improving memory latency -- not just, but in actual practice. With us, I have to think that our memory latency scores are generally representative of what applications see. All I can say is, nice design Intel!
  • JarredWalton - Friday, July 14, 2006 - link

    "...allowed Athlon 64 to outperform at first was...."

    Should be:

    "...allowed Athlon 64 to outperform NetBurst was..."

    Bad Dragon NaturallySpeaking!
  • yacoub - Friday, July 14, 2006 - link

    ""Another way of looking at it is that Intel's Core 2 Duo E6600 is effectively a $316 FX-62".

    Then the only question that matters at all for those of us with AMD systems is: Can I get an FX-62 for $316 or less (and run it on my socket-939 board)? If so, I would pick one up. If not, I would go Intel.

    End of story.
  • Gary Key - Friday, July 14, 2006 - link

    quote:

    Then the only question that matters at all for those of us with AMD systems is: Can I get an FX-62 for $316 or less (and run it on my socket-939 board)? If so, I would pick one up. If not, I would go Intel.


    A very good statement. :)

Log in

Don't have an account? Sign up now