Slashdot Mirror


Dual-Core Shoot Out - Intel vs. AMD

sebFlyte writes "The Intel vs AMD battle of the benchmarks continues. ZDNet is running its rather comprehensive-looking guide to a side-by-side test of Intel and AMD's dual-core desktop chips, the Athlon 64 X2 3200+ and the Pentium D 820. They look at pure performance, as well as the difference it makes to apps you might use on the desktop. In the end, AMD comes out as the winner. From the article: 'AMD currently offers the most attractive dual core option. The Athlon 64 X2 3800+ may cost $87 more than its Intel counterpart, the Pentium D 820, but the AMD chip is a much better performer. It also uses considerably less power.'"

59 of 311 comments (clear)

  1. The best deal RIGHT NOW in processors by Work+Account · · Score: 4, Informative

    The best price/performance deal is the $146 AMD 3000 chip.

    It is an amazing little bugger that can git er done with ease but does not cost and arm + leg.

    --

    If you "get" pointers add me as a friend (116)!
    1. Re:The best deal RIGHT NOW in processors by msormune · · Score: 3, Informative

      No, the best deal is to do absolutely buy nothing if you have a less that 3 year old system and do not play any modernish games.

    2. Re:The best deal RIGHT NOW in processors by DAldredge · · Score: 2, Funny

      A "real" nerd would not have such a high (737757) /. UID :)

  2. Really? by NVP_Radical_Dreamer · · Score: 4, Insightful

    It costs almost $100 more and is faster? What are the odds...

    --
    The best argument against democracy is a five-minute conversation with the average voter.

    - Winston Churchill
  3. compared to the top-of-the-line pentium by morcheeba · · Score: 4, Interesting

    Or, put another way, the bottom-of-the-line AMD 3800+ is less than 1/3rd the price of the top-of-the-line Pentium 840 EE ($328 vs. $999), yet it still beats it in most of the benchmarks.

    Too bad they didn't compare the Pentium D 830 in the benchmarks - this is closer in price to the AMD 3800+

  4. Coral Cache by bflong · · Score: 3, Informative
    --
    Why is it so hot? Where am I going? What am I doing in this handbasket?
  5. Yawn... buy AMD. RAM access is everything. by Dr.+Zowie · · Score: 5, Informative

    Isn't this like the fourth time we've seen a Xeon-vs-AMD benchmark on the front page? It's old news.

    The problem with the Xeons is they're totally throttled. The Xeon was like a V-6 engine under a VW carburetor; the dual-core Xeon is like a big-block V8 under the same carburetor.

    The AMDs have better access to RAM and better (independent) cross-CPU communication. The dual-core Xeons were clearly rushed to market to answer AMD's offering, before Intel could get their own memory-access ducks in a row.

  6. Look at my First Post above by Work+Account · · Score: 2, Insightful

    That is why I told everyone the best chip overall based on VALUE.

    You can get a brand new chip that is almost as fast as any other chip in the world, but at the PERFECT sweet spot in terms of price/performance.

    Information here in my first post above that ironically 1 person modded off-topic in a thread about the best consumer processors: http://hardware.slashdot.org/comments.pl?sid=16735 5&cid=13952965

    --

    If you "get" pointers add me as a friend (116)!
  7. again, find an informed author!!! by Anonymous Coward · · Score: 5, Informative
    I was doing ok with article until I got to the two points about how their disk defrag and antivirus/spyware apps were running, slowing the machine down, and how a dual core would make this so much better. A dual core will do NOTHING for this user!!! Those two examples highlight the perfect situation where the bottleneck isn't even close to being the CPU, the disks are simply working at 100% capacity, and you can add as many cores as you want, it doesn't change that fact.


    zdnet is usually fairly good, but not this time.

    1. Re:again, find an informed author!!! by Anonymous Coward · · Score: 3, Informative

      In the Task Manager, click View->Show Kernel Times. Then the red on your CPU Usage History chart (under the Performace tab) will represent processor time spent in the kernel. Most of this is a result of disk accesses (be it direct or indirect).

  8. Dual core == (sort of) dual CPU by Homology · · Score: 3, Informative
    Most arguments for dual core reminds me very much for similar arguments for using dual CPU, apart from the price, that is.

    A kernel compiled for a single CPU is faster than a kernel compiled for multipe CPU's, even when you only have one CPU. This is why OpenBSD has two kernels: 1) one cpu and 2) multpiple CPU's. The main developer of DragonBSD said that his preference is single CPU, performance wise (I'll leave that as a Google exercise).

    1. Re:Dual core == (sort of) dual CPU by Pharmboy · · Score: 3, Insightful

      Personally, I don't use dual cpus for servers because they are faster. As you say, they are not, kernel wise anyway. Dual CPUs do offer a higher availability, and the ability to crank the crud out of one cpu (compiling, etc.) while you can still get stuff done with the other. I use dual cpu VERY limited on desktop, but even then, I notice a difference in my ability to switch back and forth and start new apps, etc. while I am doing very heavy tasks.

      On the server side, if a single threaded process goes haywire, instead of locking the box up, I can still log in and kill the process, no biggie. I have accidently "infinite looped" myself to death on single cpu boxes, and had to hard boot them, where on the dual, that wouldn't be an issue. That is just my experience, but I've been using dual cpus on several servers for over 6 years now. I would rather have dual 1gz than single 2.5ghz any day.

      --
      Tequila: It's not just for breakfast anymore!
    2. Re:Dual core == (sort of) dual CPU by ArbitraryConstant · · Score: 4, Interesting

      "A kernel compiled for a single CPU is faster than a kernel compiled for multipe CPU's, even when you only have one CPU. This is why OpenBSD has two kernels: 1) one cpu and 2) multpiple CPU's. The main developer of DragonBSD said that his preference is single CPU, performance wise (I'll leave that as a Google exercise)."

      Dillon said he felt FreeBSD's focus on many CPUs to the exclusion of single-CPU performance was a mistake, not that single CPUs are preferable.

      Also, most desktop workloads benefit from having two CPUs, it helps responsiveness quite a bit (even on OSes with good schedulers like Linux). There is overhead for the locking in the kernel, but the benefit almost always outweighs the cost.

      --
      I rarely criticize things I don't care about.
    3. Re:Dual core == (sort of) dual CPU by Homology · · Score: 2
      Dillon said he felt FreeBSD's focus on many CPUs to the exclusion of single-CPU performance was a mistake, not that single CPUs are preferable.

      He said something to the effect that he replaced multi CPU with singel CPU if he could. He wrote that in in the last year or so.

      Also, most desktop workloads benefit from having two CPUs, it helps responsiveness quite a bit (even on OSes with good schedulers like Linux). There is overhead for the locking in the kernel, but the benefit almost always outweighs the cost.

      It helps with responsiveness, not performance, in general. There are programs hogging the CPU, so there multi-core helps (I'm working on such a system daily as a developer). More precicely, we have two threads needing much CPU but part of the application needs more that their share (hello Sun Java) of resources.

    4. Re:Dual core == (sort of) dual CPU by hackstraw · · Score: 3, Interesting

      Personally, I don't use dual cpus for servers because they are faster. As you say, they are not, kernel wise anyway. Dual CPUs do offer a higher availability, and the ability to crank the crud out of one cpu (compiling, etc.) while you can still get stuff done with the other.

      Thats called scaling.

      I would rather have dual 1gz than single 2.5ghz any day.

      Me too. Personally and professionally I am simply able to do more when I have more processors available. In fact, a researcher friend of mine has a single CPU Intel machine with hyperthreading. His other researching buddies like to run CPU intensive programs wherever they can find a spare processor. It was irritating him that people were running programs on his box and it wasn't very responsive. He would renice the process, and that helped some. He then enabled hyperthreading, and then he didn't notice when people were running on his machine anymore.

      I've done benchmarks with "normal" applications, and overall I get the best performance when doing X number of things in parallel where X == the number of processors, cores, or "hyper-whatevers". Its that simple. I'm saying "best performance" not a linear or superlinear performance, but oftentimes its at least I get 30% more out of enabling hyperthreading. It also just makes the machine more smooth and interactive.

      I welcome the day when every computer has 30 or so processors. The more the better. Just so long as they go completely to sleep when not needed or in use. Someday.

    5. Re:Dual core == (sort of) dual CPU by ArbitraryConstant · · Score: 2, Interesting

      "He said something to the effect that he replaced multi CPU with singel CPU if he could. He wrote that in in the last year or so."

      I couldn't find the quote, but if he's making the statement in general then he's simply wrong (since there's a demonstrable benefit more often than not), and if he's talking about the few cases where there's not a benefit and the overhead is a problem then it's not news because that's been known for a while. But I'd have to see the quote...

      "It helps with responsiveness, not performance, in general. There are programs hogging the CPU, so there multi-core helps (I'm working on such a system daily as a developer). More precicely, we have two threads needing much CPU but part of the application needs more that their share (hello Sun Java) of resources."

      a) Responsiveness is critical to a desktop system. You notice a few milliseconds of latency before you notice a batch job finishing a few seconds faster.

      b) Raw performance does benefit pretty frequently, and when there's a detriment (at least with AMD CPUs) it's pretty small.

      --
      I rarely criticize things I don't care about.
  9. Pick two by Crouty · · Score: 2, Funny
    So again it's
    • Cheap
    • Fast
    • Low power consumption
    Pick any two.
    --
    On se Internetz nobody noes your German.
    1. Re:Pick two by Ignignot · · Score: 2, Insightful

      Add to that "fails gracefully"

      If you have ever seen the videos of people taking the heat sinks off Intel chips while running quake 3, and the chips surviving then you would understand where the chips stand in this category.

      --
      I submitted this story last night, and it didn't get posted.
    2. Re:Pick two by nickysn · · Score: 3, Informative

      You're talking about the infamous THG video. No, Athlon 64 doesn't suffer from that. (downloading videos from THG may need registration) See also this.

  10. Re:No Soo-prise here. by Homology · · Score: 2, Funny

    The result of troll incest is quite amusing.

  11. Great, but call me when the price comes down by digitaldc · · Score: 2, Interesting

    Like most people, I will wait it out until the dual-core chips / products are stable and less expensive.
    Not everyone is playing Quake 4 and Half-Life 2 on a daily basis.

    --
    He who knows best knows how little he knows. - Thomas Jefferson
    1. Re:Great, but call me when the price comes down by Knight+Thrasher · · Score: 2, Insightful
      HL2 ran fine at 800x600 a year ago on a $200 build I made with a AMD Athlon 2500+ Barton, and 512meg DDR333, with a Geforce5700LE.

      A benefit that's not been discussed so far is that all the Intel or AMD backers that run out, buying handfuls of whichever their preference, rapidly decrease the price of technology that's not absolutely brand new.

      AMD's M2 release in the spring will drop the AMD X2's in price, and the s939 single-core 64bit processors even lower. Wait until you can secure yourself true 64bit goodness for less than $200. Right now it's hovering around that mark, just above it. When it dips we all profit.

    2. Re:Great, but call me when the price comes down by Lothsahn · · Score: 2, Interesting

      Actually, the usual problem I've had with AMD chips are not the cpus, but the Via chipsets. K6's did have some problems, but Athlons have no stability issues that I know of. The K6's on Via chipsets had SERIOUS problems.

      I've used 2 durons, 4 athlons, and I'm running an X2 at work now. They all run on Nvidia chipsets, and I have had ZERO problems (excluding defective hardware). My K6's on via chipsets use to give me headaches all the time... and I've had friends who run Athlons on Via's and they have problems too.

      Just get a Nforce2 or Nforce4 chipset if you want to use AMD, or you'll hate them.

      Grandparent, is your new AMD chipset a Nforce? That might be why you've had no stability problems with this one.

      --
      -=Lothsahn=-
  12. Re:Nice, But..... by RandoX · · Score: 2, Funny

    You must be new here...

  13. Amd vs Intel by Daveznet · · Score: 5, Funny

    Ahh the AMD wins overall in performance but can it cook make me a sunny side up egg as fast as the intel :P

    --
    GL HF!
  14. Wait a minute... by MyOtherUIDis3digits · · Score: 3, Funny

    I read somewhere recently that 'more watts used' = 'more powerful'

    --
    Ignore anything I said above, I actually agree with everything you believe - mod accordingly.
  15. Re:Nice, But..... by grub · · Score: 2, Interesting


    What the hell is this doing in a discussion about processors?!

    You don't get the joke. Re-read the message a few times slowly.
    hint: try forming words out of every X letters. It's brilliant.

    --
    Trolling is a art,
  16. The battles been over for 2 years by Xonstein · · Score: 2, Insightful

    "The Intel vs AMD battle of the benchmarks continues."

    AMD has pretty much trounced Intel performance at every desktop and server pricepoint for the last 2 years at least, so who cares anymore? Even Dell has started carrying AMD CPU parts:

    http://tinyurl.com/c57po

    Dell is pretty much singlehandedly holding up Intel on the desktop, as they can drive the overall system price down on volume despite the higher-priced parts.

    If their little Israel division hadnt come up with their M chips they'd even be worse off.

  17. Re:AMD looks fine on paper, but... by SpinyNorman · · Score: 5, Informative

    Huh? No reason you can't use Intel's compiler for AMD64 it if you like the code it generates (AMD64 supports SSE/SSE2).

    Intel themselves even point out that their compiler supports AMD.

    http://www.intel.com/cd/software/products/asmo-na/ eng/compilers/clin/220007.htm

    Incidently gcc 4.0 does automatic loop vectorization using SSE/SSE2, so I wouldn't dismiss it too quickly either.

  18. Itanium by msbsod · · Score: 3, Interesting

    The ultimate multi-core processor technology is VLIW (or EPIC as INTEL calls it). The cores are broken up into lots of tiny pieces, instructions are distributed through various pipes and run through whatever is available in parallel. The Itanium processor is Intel's EPIC problem child. Too complex, too much heat. Maybe it is just a bit too early for this technology. I think Intel could try to start a "mobile" Itanium project. They were quite successful with their Pentium M. Maybe that will give Intel an advantage.
    Or, Intel designs a dual-Alpha processor to beat AMD, but that sounds not like Intel, does it? Someone at AMD who might like the idea? ;-)


    Your PC may have Intel inside, but did you know that Intel's fabs have VMS and Alpha inside?

  19. Re:Backwards? by Zathrus · · Score: 4, Insightful

    The AMD chip is more expensive and uses less power than the Intel chip? Isn't it usually the other way around?

    AMD chips have been the "low power" leaders for quite some time now -- at least 2 years. Pretty much since the introduction of the Athlon XP models.

    As for the price difference -- yes, the Athlon64 X2 chips are more expensive than their Intel "counterparts", but if you look at the benchmarks or the design you'll see why -- the Intel chips are a rush job and poorly (but cheaply) designed. You don't get anywhere near the performance of the AMD design though, and Intel's already stated that this won't change until mid 2006.

    Trust me, Dell is screaming bloody murder over this -- since the superiority of the Athlon64 X2 chips is completely undeniable, more and more of the server market is now shifting to AMD. And Dell is still purely Intel. Thing is, even if Dell was willing to break their allegience, it's doubtful that AMD could fulfill the quantities that Dell would want. They just don't have the fab capacity. And unless that changes, there's little reason for Dell to anger Intel (and lose some of the vast discounts that they get from Intel in the process).

  20. Compilers are not a problem by Wesley+Felter · · Score: 2, Interesting

    AMD-optimized compilers are available from PathScale and AMD, but AMD processors will run Intel-optimized code pretty well anyway.

  21. Use Two Disks by AthenianGadfly · · Score: 3, Funny

    That's why you install two hard drives to match the dual cores - then you run the antivirus/spyware scanner on the one that you're not using - i.e. the one without your OS and programs.

  22. Re:I am _so_ sick of the x86 architecture by Waffle+Iron · · Score: 2, Insightful
    I am _so_ sick of the x86 architecture

    Why? Unless you write your code in assembler (or you have some kind of irrational preference for a particular endianness), you'll never tell the difference between instruction set architectures. The only user-observable or programmer-observable difference between CPUs is speed, and x86 is faster.

  23. Intel left in the dust by DigiShaman · · Score: 2, Interesting

    Call me old school, but back in the day when 283, 386, 486, Pentium, P2, and P3, I always praised Intel for their products over AMD in regards to performance and stability. Of course, nothing lasts forever. Which is really sad when you think about it. Nothing hurts an Intel Fanboy like myself then to see lackluster performace and innovation from the the very company that started the x86 momentum in the industry.

    Times have changed. It's time I started drop my "trust" and "faith" and start going with AMD this time around. Clearly, they are the leaders in innovation this time.

    --
    Life is not for the lazy.
  24. AMD is cheaper (after a month) by daedalus-prime · · Score: 2, Interesting

    By my calculations, the power difference between the Intel and AMD will make up the difference in the chip prices in about a month of continuous operation, at lease for Seattle electric rates (~$0.06/kWh)...

  25. Re:Backwards? by rm999 · · Score: 2, Insightful

    Oh well, Dell can easily ride it out - they probably make majority of their money off ordinary computer users who don't know any better and have no clue what this "AMD" thing is.

  26. Length of time for equal total cost by zsazsa · · Score: 4, Interesting

    Okay. According to this page, at full-tilt the Pentium D 820 consumes 130.6W, while this page says the Athlon 64 X2 3800+ consumes 89W. So, how long would the Opteron have to run at full blast to make up the difference in cost of $87? Last month I paid $0.078 per kilowatt-hour. This seems to be reasonably average for the United States. 130.6W - 89W = 41.6W difference between the two. Some back of the Google-calculator math reveals: (US$ 87) / (41.6 W * ((US$ 0.078) / (kW * Hr))) = 3.05871582 years. A not-insignifigant amount of time. If you're in an area where electricity is more expensive like New York or California, the amount of time is even less!

    Feel free to correct my math!

    1. Re:Length of time for equal total cost by hattig · · Score: 3, Insightful

      The issue is that the second link is to the TDP of the X2 3800+, not the actual power consumption which will be lower than 89W, more likely 70W.

      What matters is system power consumption however. CPU + Chipset + Everything Else. Of course you can test with Everything Else being the same, so it comes down to the CPU + Chipset. AMD have an on-die memory controller, so that is a couple of Watts saved over the Intel chipset, however Intel's chipsets are traditionally quite efficient (although whether or not the chipset for dual-core processors is I don't know). Best bet is to measure at the socket.

      http://techreport.com/reviews/2005q2/athlon64-x2/i ndex.x?pg=15

      Under load:
      Pentium D 840 uses 292W at the socket.
      Athlon 64 X2 4200+ uses 178W at the socket.

      Difference is 114W. Plug that into your calculator!

    2. Re:Length of time for equal total cost by hattig · · Score: 3, Informative

      And 3800+ vs 820:

      http://techreport.com/reviews/2005q3/athlon64-x2-3 800/index.x?pg=13

      "The system based on the X2 3800+ draws less power at idle and under load than anything here but the single-core A64 3800+. Under load, the Pentium D 840-based rig draws 292W at the wall socket, while the X2 3800+ system draws 166W. And the X2 3800+ outperforms the Pentium D 840 more often than not. The performance-per-watt picture on the X2 3800+ is impressive indeed."

      Load: 166W vs 251W (85W difference)
      Idle: 117W vs 160W (43W difference)

  27. Re:AMD looks fine on paper, but... by Anonymous Coward · · Score: 2, Interesting

    Um There is no good reason to buy intel over amd.

    Opteron(server):
    "
    The choice today is clear. In 2-way configurations, the Opteron is a much more powerful and capable web server than Intel?s Xeon. "
    http://www.anandtech.com/IT/showdoc.aspx?i=1935&p= 10

    "In a 4-way configuration AMD's Opteron cannot be beat, and thus it is our choice for the basis for our new Forums database server."
    http://www.anandtech.com/IT/showdoc.aspx?i=1982&p= 10

    Athlon 64/FX/X2 (Home/workstation):

    "The choice is clear - the Athlon 64 X2 3800+ is better in every way than the Pentium D 830. For Intel's sake in the enthusiast community, Conroe had better be very competitive next year - because ever since Prescott, the Pentium 4 has been an utter disappointment."

    http://www.anandtech.com/cpuchipsets/showdoc.aspx? i=2484&p=13

    "There may be some corporation or individual who absolutely must have single core performance at all costs. In that situation, the FX-57 is the fastest option and the best fit."
    http://www.anandtech.com/cpuchipsets/showdoc.aspx? i=2456&p=9

    AMD Turion 64 (mobile)

    "In most categories, the Turion meets or exceeds Pentium M?s performance at a lower price point"
    http://www.laptoplogic.com/resources/articles/42/1 /1/

    Whoa? What's that? EVIDENCE that shows it's not worth buying intel on the basis of performance ever. INTEL does not have the performance crown. AMD processors do perform better, at a lower price point, and do consume less power and thus cost less to own over time (important for the server space).

    Intel desktop processors cost more money, are slower, and use more heat.
    right now AMD > INTEL

  28. Looks fine in real-world apps too by twodot72 · · Score: 3, Informative

    You mean it wouldn't perform well on real-world floating point applications then? Like SPEC fp 2000?

    Spec fp 2000 results

    Oh, I dunno, I think those AMD results look pretty good...

  29. Re:Backwards? by KylePflug · · Score: 5, Interesting

    It's also worth noting that Intel's marketing machine has been an enormous success. For many average-joe computer users, AMD is in the same category as Linux and Firefox -- something nerds get excited about, but (they think) will destroy their computer or break the intarnets.

    Even some of the more tech-savvy people I've run into aren't aware that an AMD will be essentially transparent to the user, except in that it has historically been more bang for the buck, especially for the gamer. And even when you tell them of a personal preference for AMD, or certain AMD chips, for whatever reason, the vast majority will still assume that since everybody (even Apple, soon) has "Intel inside," Intel is the way to go. Even if you convince them that AMD is a processor and not some kind of nerd voodoo magic, they won't be compelled to switch unless a computer salesman tells them it's cheaper and better while they're at the store.

    By way of analogy: Every time I see a Dodge commercial for some HEMI-powered truck, I think "Oooh, it's got a HEMI. That must mean it's better than my poor HEMI-less Chevy." Do I know what the hell HEMI even means? Not at all. Which is why I'll have to ask one of my car-nut friends if I ever (god forbid) truck shopping. It's pure marketing and name recognition. People trust Intel becuase they think it makes the world go round. AMD is some communist revolutionary nerd chip from hell. (OK, that's exagerrating. But you get the idea.)

  30. Re:git er done??? by the_bard17 · · Score: 2, Funny

    He's got thirteen channels of wrestling
    Comin' in strong from a satellite send
    A two hundred function remote control
    Big screen TV with stereo
    Football, baseball, nascar too
    With picture in a picture it's all in view
    And if it comes on just a little too late
    With his VCR's he'll get it on tape.

    He's a high-tech redneck
    Mayberry meets Startrek
    He's a bumpkin' but he's plugged in
    He's a high-tech redneck.

    --- Instrumental ---

    He's got twenty sub-woofers in the back of his truck
    A thousand watts of power and he keeps it cranked up
    He ain't into hip hop, he ain't into rap
    He likes to rattle them speakers with Ronnie Milsap
    CD cassette digital tape, CB radar and scannin' short wave
    And if he needs to talk to his honey at home
    He just dials up her number on his cellular phone

    He's a high-tech redneck
    Mayberry meets Startrek
    He's a bumpkin' but he's plugged in
    He's a high-tech redneck.

    He's a high-tech redneck
    Mayberry meets Startrek
    He's a bumpkin' but he's plugged in
    He's a high-tech redneck...

  31. Bigger isn't better by FishandChips · · Score: 2, Insightful

    AMD comes out on top quite rightfully but actually neither of these processors offers good value for, perhaps, the majority of all computer buyers. A great deal of what folks do - word processing, surfing, email, etc - can be done very well on a p3, a Mac Mini or even a Via Epia combo. The trend to bigger is better has simply landed people with behemoth-sized machines that are expensive to buy and run and messy to maintain.

    It's also allowed free rein to OS bloat. And 1001 WinDel reviewers who'll gladly tell us that we really must have that 5-litre SUV to run the kids a couple of miles to school. That said, if you do need this kind of power then imho AMD's current chips offer a superb solution, but it's not for everyone.

    --
    Las qué passoun
    tournoun pas maï
  32. Just got my first AMD by LibertineR · · Score: 2, Interesting
    I needed a new game machine, so I went to Newegg and splurged on an Athlon64X2 4400, a couple of XFX 7800GTX boards on top of a ASUS A8N SLI motherboard, and 2Gs of Corsair RAM. I have to say, this is the fastest computer I have ever had, and it aint even the top of the AMD line.

    With all this new hardware, the case is 10deg cooler than when I had a P4 in there, off the same 500W power supply. I was still buying P4s when all my buddies had screaming AMD boxes, and I could not keep up in either Battlefield 2 or just recently in Call of Duty 2. I wasted a lot of time (and watts) sticking with Intel trying to cool their CPUs, but never again unless they take back the power/performance/price curve from AMD.

    I aint holding my breath for that to happen.

  33. Re:Interesting by canuck57 · · Score: 2, Interesting

    Unfortunately, it seems that AMD still has several stability issues to solve...

    I have run both AMD and Intel for years. I have 2 dead Intel processor/mobo - one is even a Intel PERL mobo! I usually retire my AMD processors because they get old, not because they fail. In fact, I have yet to have one die prematurely.

    Since my last P4 2.4 HT on a PERL mobo gave up working one month out of warranty I was well - now a AMD kind of person. (I admit, I don't know if it was proc or mobo, but both were Intel). Given AMD is less power and faster, an AMD 64 X2 is my primary consideration for my next PC.

    Mind you, if you work for Dell that does not sell Linux or AMD in North America I can understand the bias.

  34. We need a check on this claim by Nom+du+Keyboard · · Score: 2, Insightful
    Administering the threads carries an overhead, though, which means that dual core processors are never exactly twice as fast as their single core counterparts.

    Sometimes they're faster.

    How can this be?

    Context switching between threads expensive in terms of cycles on a microprocessor. A second processor can cut down immensely on context switching - or even virtually eliminate it when only two threads are active.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
  35. Nobody mentions memory by bofar · · Score: 3, Informative

    The thing that bothers me about all these reviews is they fail to mention that the Intel processors need (more expensive) DDR2 memory versus DDR for AMD. If one is going to compare prices of the processors, the cost of the faster memory required by should be included in the price of their processor. Also note, that when AMD comes out with Socket M2 processors, which support DDR2, then they should benchmark even faster.

    1. Re:Nobody mentions memory by ne0n · · Score: 2, Informative

      on newegg & the other online merchants, DDR2 is (today) actually cheaper than DDR. I nearly bought some until I noticed that it looked funny, & the pin count is a little high :)

      --
      $ :(){ :|:& };:
  36. Re:Itanium by twitchingbug · · Score: 2, Interesting
    Itanium is dead. Alpha is dead. Sparc is dying. There will be no mobile Itanium.

    Realize that all there will be left in 5 years is x86... everything else will be reduced to a niche market.

    The promise of VLIW never materialized. Inherently, it was made to simplify CPU design and push off complexity into the compiler. Of course, it's really frickin' hard to make your compiler output really nice VLIW code. Itanium and other VLIW machines, rely on this to run well. It's not going to happen.

    Intel's advantage is that is has superior manufacturing vs AMD (plus marketing). Intel will get it's advantage back once the Pentium M architecture is ported across their entire CPU line.

  37. Re:Backwards? by Burz · · Score: 2, Interesting

    Its the ones who know a little too much who are stupid.

    I've never had a problem recommending AMD systems to non-techies. All they want to know is whether it has Windows, so they usually buy the AMD system on my word with no guff.

    OTOH the last programming job I had, I was given the task of shopping for all-new replacement systems for myself and 5 others. I was told I should stick with IBM because purchasing dept. does those in volume. So after shopping a while on IBMs site, I decided it would be nice to stop staring at bubble-screens and get the more costly Flat CRTs instead. (This was circa 1999.) Lo, IBM had some less-expensive Athlons that would fit the bill and let me stay within budget with the flat 19" screens we all desired.

    Now get this: Two co-workers who comprised the VB/Access contingent asked me why "Intel" could not be found in the system description, and when I explained they said they would not agree to any system which might be 'incompatible' with Windows! And here was IBM itself, selling the system with Windows preinstalled! So because of two bozo 'programmers', who were being oh-so-discerning, we bought the Intel-with-bubble-srcreen setups and just lived with the eyestrain.

    As it happens, I never saw fit to purchase Intel after that.

  38. Re:Question by default+luser · · Score: 2, Informative

    AMD hasn't consistenly offered better CPUs at a better price.

    Back when they were lagging in the performance race, with the early XP line (Palomino) versus the P4 (Northwood), AMD was trying hard just to keep up. They priced their processors typically 20% below equivilant-performing Intel processors.

    AMD also had a pathetic platform for the server space, which consisted of (at most) a 2-way Athlon MP system utilizing a single 266MHz bus. The only chipset available, the AMD 761MP, wasn't exactly a top performer.

    Keep in mind: back in 2001, AMD had ZERO server presence. Now they own 10% of the server market, and they are a popular choice for supercomputing cluster projects. Most of that has come since the release of the Opteron. You can only grow so fast...10%, given the Opteron has only been out for 2.5 years, is quite impressive.

    These days, AMD's average selling price has gone way up, and their sales have also been growing impressively, which is why the company has posted their first profitable quarters in years. And AMD is poised to grow dramatically in the next few years as Fab 35 ramps up, more than doubling their current production capacity.

    --

    Man is the animal that laughs.
    And occasionally whores for Karma.

  39. Re:Sorry for going off-topic by kannibal_klown · · Score: 2, Insightful
    Waitaminute... The AMDs use less power and are faster than the Intels? And they're cheaper? Would somebody please explain to me again why Apple is moving to Intel?

    I'd guess quantity.

    Intel probably has the infrastructure to handle the increase of production created by Apple prodcuts, or at least appears to.

    AMD might be able to handle the load, but Apple probably don't want to risk it. They've been burned twice already in the last few years by companies that couldn't keep up with the needed quantity or speed increases. While AMD would definately be able to handle the speed increases Apple is probably worried they'll buy another dry well.

  40. Re:Backwards? by Fulcrum+of+Evil · · Score: 2, Funny

    Do I know what the hell HEMI even means?

    Yeah, it means that the combustion chamber is hemispherical - woo. If you go truck shopping, reliability will likely be a bigger issue. As an aside, do ricer rednecks stick HEMI stickers on their 1/4 ton toyota trucks?

    --
    "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  41. Re:Backwards? by Bun · · Score: 4, Informative
    Every time I see a Dodge commercial for some HEMI-powered truck, I think "Oooh, it's got a HEMI. That must mean it's better than my poor HEMI-less Chevy." Do I know what the hell HEMI even means? Not at all. Which is why I'll have to ask one of my car-nut friends if I ever (god forbid) truck shopping.

    Why wait?

    The term 'Hemi' is short for 'hemispherical', which describes the shape of the cylinder head's combustion chamber. From Wikipedia:
    The chamber design puts the intake/exhaust valves in-line, rather than side-by-side, allowing for better flow of air through the head. The spark plug in the center of the chamber makes for better ignition of the fuel/air mixture. These aspects help make the hemi-type engine more efficient and powerful.

    The hemispherical cylinder head increases the engine's efficiency through reduced thermal energy loss and increased airflow through the engine, but drawbacks such as increased production cost has meant that it has been a rare design.

    --
    "Anyone that has ever gotten an idea based on any of my work and done something better with it-good for you."--J.Carmack
  42. Re:Yawn... buy AMD. RAM access is everything. by Andronicus · · Score: 2, Informative

    I don't think it's so much that Intel's chips are throttled. The X2 3800+ uses PowerNow, and so it too throttles back and drops voltage down when idle.

    I believe the real story goes back to earlier architecture choices Intel and AMD made with the P4 and original Athlon chips.

    AMD decided for SMP ops it would be better to design the link between CPU and chipset with a star topology, so each CPU gets its own comm lines.

    Intel chose to stick to the simpler bus topology for SMP ops, which reduced motherboard complexity and simplified chip design.

    This still applies into the dual-core arena, although everything is moved on die. Intel's cores talk to the system on a bus, meaning that under load bus contention creates a bottleneck as each core tries to move data around. On the AMD platform, each core can talk independently, and contention issues are minimized.

    Worse still, some Intel chip designs examined on tomshardware show they tom's calls: double-core, where two separate cpu cores are mounted on the same chip carrier, rather than having two cores as one die. This means that cheaper CPUs can be made because the dies are smaller, but each die much be matched so that they'll run well together under a common heat spreader. And again, their sharing data lines.

    I'm too lazy to break out reference URL's for your examination, so I may have some factual errors, but I belive the general idea here is accurate.

    --
    USNG: 14TPU4605
  43. Re:So Much for Intel (and Apple) Spin by SirSlud · · Score: 2, Insightful

    True true, but Apple is moving away from IBM and towards x86, not towards Intel, per se. While I agree that this takes some of the sheen off the claim that its the smartest move available, its still better than sticking with PowerPC. Intel, being the bigger player in DRM here, is going to give Apple the corperate confidence factor of locking the OS on approved hardware, so its a no brainer.

    So yeah, you have a point, but I think its largly moot. Apple wants to kick MS in the shins, not destroy it. Moving to Intel puts Apple in a position to put Intel in a bad spot - who do they treat preferentially? Apple isn't MS, but they still sell a shitload of machines. Hopefully, Intel has to become non-biased from an OS standpoint, and we all benifit. Meanwhile, AMD has the most to gain here; as the benifits of exclusive deals and advertising subsities for OEMS is reduced because the relationships are no longer exclusive (risk sharing, it makes any business person cream in their pants), AMD suddently has more leverage in OEM talks. Its a good time to be an OEM I think; everyone wants to be your suitor, and you're ultimately the gate keeper. AMD, on the outside looking in, gaining the critical praise, ramping up production, cheaper R&D labour, and all that, is suddenly about to be the belle of the ball.

    --
    "Old man yells at systemd"
  44. Re:Yawn... buy AMD. RAM access is everything. by TheRaven64 · · Score: 2, Funny
    Totally OT, but this is a site for geeks ... VW were actually the first manufacturer to utilise EFI and have, in fact, had EFI in cars

    Cool. The PC BIOS was really starting to look old. I guess people with cars that use OpenFirmware won't be able to laugh so much anymore...

    --
    I am TheRaven on Soylent News