Slashdot Log In
Core Duo - Intel's Best CPU?
Posted by
Zonk
on Tue Apr 18, 2006 09:40 AM
from the shadow-knows dept.
from the shadow-knows dept.
Bender writes "How good is Intel's Core Duo mobile processor? Good enough that Apple chose to put it in the iMac, and good enough that Intel chose to base its next generation microprocessor architecture on it. But is it already Intel's best CPU? The Tech Report has managed to snag a micro-ATX motherboard for this processor and compared the Core Duo directly to a range of mobile and desktop CPUs from AMD and Intel, including the Athlon 64 X2 and the Pentium Extreme Edition. The results are surprising. Not only is the Core Duo's performance per watt better than the rest, but they conclude that its 'outright performance is easily superior to Intel's supposed flagship desktop processor, the Pentium Extreme Edition 965.'"
Related Stories
[+]
Inside Intel's Next Generation Microarchitecture 116 comments
Overly Critical Guy writes "Arstechnica has the technical scoop on Intel's next-generation Core chips. As other architectures move away from out-of-order execution, the from-scratch Core fully adopts it, optimizing as much code as possible in silicon, and relies on transistor size decreases--Moore's Law--for scalability."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading ... Please wait.

Having used a Intel Dual Core for awhile ... (Score:4, Informative)
Re:Having used a Intel Dual Core for awhile ... (Score:5, Insightful)
The impression I got was that Jobs was trying really hard to avoid mentioning the battery life; the MacBook Pro was still in development and all they had were prototype models, so they actually didn't know what the battery life would be; they were guessing it should be "about the same" (as the PowerBook G4).
They are slow. My old G4 laptops kick the shit out it for media type tasks, about the same for single thread performance, and of course are slower for multi-threaded tasks.
Are you running all native applications? If not, it's not a fair comparison (and if you really need apps that aren't available natively yet, maybe you shouldn't have bought one yet). If you are running native apps, your experience seems to disagree with most reports I've heard.
It seems the speed most people are claiming for the MacBook Pros is due more to the faster video cards and the silky smooth desktop acceleration people weren't use to with their old G4 machines.
I'm really looking forward to this.
It is depressing to think that if Apple hadn't pissed off IBM that we could be running much faster/cooler dual core 970 PowerBooks right now.
If Apple hadn't pissed off IBM? When the G5 was released, Apple announced that they had 2GHz then, but would have 3GHz in one year. What was Apple supposed to do when that never happened? Just wait and hope that IBM figured out how to make something work?
Instead dual boot AMD Windows/Linux systems are looking like the only option for people who don't want to pay twice as much for x86 hardware.
Show me a laptop with comparable specs for half the price of a MacBook Pro. I think you're trolling.
Re:Having used a Intel Dual Core for awhile ... (Score:4, Informative)
Also, heat can actually reduce the life-span of components.
Re:Having used a Intel Dual Core for awhile ... (Score:5, Insightful)
Extremely important.
It's blindingly obvious why it is important in laptops - not only because of battery lifetime, but also because the cooling assembly size and weight depends on TDP, and of course for user comfort considerations. Intel started a mobile CPU revolution with the Pentium M, so it's a little disappointing to hear that its latest successor doesn't improve further.
It's just as blindingly obvious why heat is terribly important for servers, where rack heat and power density has long been the limiting factor to packing more servers into less space.
On desktops, to me personally, heat is a premier consideration when choosing any chip. I have no need for something twice as fast as my current CPU if it consumes twice the amount of power. I expect better.
Depends (Score:5, Informative)
The 8080? No way! The Intel 4004 was smokin' hot! (Score:5, Funny)
It was indisputably not only the best microprocessor Intel had produced to date, but the best microprocessor on the market.
Simply no contest. No argument. It superlative in every way, the fastest, the cheapest, the lowest in power consumption, the most advanced in architecture, the widest path. It was king of the hill, the top of the tree, the Cadillac of microprocessors, the ne plus ultra, it bestrode the world of microprocessors like a colossus.
The world will never again see the day when one manufacturer so dominated the microprocessor market that a single product had a 100.0% market share.
CoreDuo != Core Microarchitecture (Score:5, Interesting)
The new core microarchitecture, if you read the Ars Technica article in the previousl
Re:CoreDuo != Core Microarchitecture (Score:5, Insightful)
This is more than just a matter of semantics. The major micro-architectural features that defined the P6 are still present in Merom. The P4 architecture (may it rest in peace) was a brand new architecture -- Merom is not.
Re:CoreDuo != Core Microarchitecture (Score:5, Informative)
That's not to say there isn't a small army of design engineers at Intel and AMD who work with nothing but schematics - there are. Its just that most of the logic design work is done on the HDL coding level (with either VHDL, IHDL, Verilog, or some other tool). You only start dealing with schematics at a much later stage of development. Until then your designs are constantly changing and its infinitely easy/faster to change a few lines of HDL code than to re-write hundreds/thousands of wires and transistors.
I've worked at both Intel and AMD in the past and in both cases you could take the entire codebase for a processor (HDL, microcode, ROM, etc), compile it with the right HDL compiler and run the entire thing with small test programs as a simulator. Thats how much of the validation/verification work is done before they make the masks.
As for using the old code bases... That's done a lot. There's just too much complexity and too little time for them to re-write every processor from scratch. You also have countless hours invested in making sure previous designs work. If you're only doing small changes it would be hard to justfy building something from scratch since you'll have to do all of that validation work again.
Even more reviews (Score:5, Informative)
Common Knowledge (Score:3, Insightful)
I thought that the only reason the P4 had not been totally abandoned already was that it takes time to switch directions in such a massive company. (and with so many partners that design around your product)
If those figures... (Score:5, Insightful)
Sad, in an awkward way.
Benchmarks (Score:3, Informative)
Take note! Many of these features inside AMD too. (Score:5, Insightful)
SSE3 has some very nice hardware thread synchronization instructions. These are important (and AMD has them now). As for the instruction grouping, that sounds rather suspiciously like the double dispatch operations [chip-architect.com] that were added to Opteron:
"Appendix C of Opteron's Optimization Guide specifies to which class each and every instruction belongs. Most 128 bit SSE and SSE2 instructions are implemented as double dispatch instructions. Only those that can not be split into two independent 64 bit operations are handled as Vector Path (Micro Code) instructions. Those SSE2 instructions that operate on only one half of a 128 bit register are implemented as a single (Direct Path) instruction."
Assuming AMD can tune Turion64s to be more power friendly, they'll be able to best Intel's fancy new Core Duo. If they can't, then Intel may be the best game in town for the first time in a decade (assuming they price competitively).
Maybe per watt performance is the best but... (Score:5, Interesting)
Re:Maybe per watt performance is the best but... (Score:4, Informative)
'Yet' is now.
Merom/Conroe defeats AMD-AM2 hands down, and AMD has nothin' on the roadmap for the next two years, because AM2 slipped a full 12 months.
Go surf around Anandtech.com
AMD is in deep doo doo.
Keep in mind that (Score:5, Interesting)
Re:What? (Score:5, Informative)
Re:What? (Score:5, Informative)
Re:What? (Score:4, Informative)
For example: AMD's claims about UT2004 being 20% faster in 64-bit mode turned out to be bogus (more like 2%).
Re:What? (Score:5, Insightful)
What the hell is the point of this comparison?
You're correct, of course. However, many of us don't need to run 64-bit code. You can completely ignore this, because any 32-bit CPU doesn't fit your needs, but please try to understand that other people need different things.
Re:What? (Score:4, Insightful)
I drive an 18 wheeler, and I can't imagine why anyone would want a passenger car. You can't haul near the same amount of goods!
Re:What? (Score:5, Informative)
Re:Load of Crap (Score:4, Informative)
Re:Load of Crap (Score:4, Informative)
It sure the hell is. I have a 2.0x2 G5 desktop machine and one of the new 1.66 GHz Core Duo Mac Minis. Running Handbrake [m0k.org], the mini is easily twice as fast.