Slashdot Mirror


AMD Confirms Commitment To x86

MrSeb writes with an excerpt from an Extreme Tech story on the recent wild speculation about AMD abandoning x86: "Recent subpar CPU launches and product cancellations have left AMD in an ugly position, but reports that the company is preparing to jettison its x86 business are greatly exaggerated and wildly off base. Yesterday, Mercury News ran a report on AMD's struggles to reinvent itself and included this quote from company spokesperson Mike Silverman: 'We're at an inflection point. We will all need to let go of the old 'AMD versus Intel' mind-set, because it won't be about that anymore.' When we contacted Silverman, he confirmed that the original statement has been taken somewhat out of context and provided additional clarification. 'AMD is a leader in x86 microprocessor design, and we remain committed to the x86 market. Our strategy is to accelerate our growth by taking advantage of our design capabilities to deliver a breadth of products that best align with broader industry shifts toward low power, emerging markets and the cloud.' The larger truth behind Silverman's statement is that no matter what AMD does, it's not going to be 'AMD versus Intel' anymore — it's going to be AMD vs. Qualcomm, TI, Nvidia, and Intel."

163 comments

  1. Considering Bulldozer ... by ackthpt · · Score: 4, Interesting

    The larger truth behind Silverman's statement is that no matter what AMD does, it's not going to be 'AMD versus Intel' anymore — it's going to be AMD vs. Qualcomm, TI, Nvidia, and Intel."

    Considering the execution of Bulldozer, you could possibly add AMD to the vs. list.

    --

    A feeling of having made the same mistake before: Deja Foobar
    1. Re:Considering Bulldozer ... by lightknight · · Score: 2

      Granted, Bulldozer is...painful to look at. However, I am willing to give AMD the benefit of the doubt, and allow them one upgrade cycle to fix the bugs in their design before considering the competition. They claim that this design will ramp up better than the previous stuff, and others have claimed that a few software patches are needed for various OSs like Windows to take advantage of the change in architecture.

      Mind you, it does kind of feel like Intel with the Itanium (the Itanic), but thankfully this design is still in the x86 world.

      --
      I am John Hurt.
    2. Re:Considering Bulldozer ... by AmiMoJo · · Score: 3, Insightful

      The problems with Bulldozer are more than can be fixed by a few revisions or software patches I'm afraid.

      I honestly can't figure out what AMD was thinking. Every demanding desktop task these days makes heavy use of floating point maths. In fact that has been the case for a decade or more, going back to P4 and Athlon eras where they were adding more FPUs to single cores. So what does AMD do? Let's have more cores and fewer FPUs!

      I can only assume they were hoping that more of the heavy floating point computation would be handled by the GPU. Meanwhile Intel's current generation have added new instructions that outperform GPUs in tasks like video transcoding. It breaks my heart because I was really looking forward to Bulldozer as I have always favoured AMD. Their sockets last much longer than Intel's who seem to dream up a new one for every CPU revision, and you get all the features that Intel charges extra for like ECC RAM support.

      I think the best thing they can do now is revise the design and release the next generation as early as possible because this one is going nowhere.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    3. Re:Considering Bulldozer ... by serviscope_minor · · Score: 1

      I honestly can't figure out what AMD was thinking. Every demanding desktop task these days makes heavy use of floating point maths. In fact that has been the case for a decade or more, going back to P4 and Athlon eras where they were adding more FPUs to single cores. So what does AMD do? Let's have more cores and fewer FPUs!

      I thought that the standard 128 bit FPUs were independent between the modules as before. The only sharing that happens is when an AVX instruction is issued and they get merged to be a single 256 bit unit. Since AVX is very new, this presumably won't happen with much software right now.

      --
      SJW n. One who posts facts.
    4. Re:Considering Bulldozer ... by datavirtue · · Score: 1

      The are giving up on performance and going after the low end market. They are relying on clock speed (although not at this release) to maintain performance. It will work, for the low end. AMD gives me that Cyrix icky feeling now.

      --
      I object to power without constructive purpose. --Spock
    5. Re:Considering Bulldozer ... by Kjella · · Score: 1

      Unfortunately the 2nd gen Bulldozer chips promise no more performance improvements than Ivy Bridge does. Intel's internal documents are leaking, expect 10-15% performance gain, 20% lower power consumption (95W -> 77W) and HD4000 will be about 50% faster than HD3000 which will take another chunk of the discrete graphics market. Their 22nm 3D transistors are a real kick in the nuts for AMD, looks like the Core equivalent of die shrinks. Not exactly the competition they needed right now.

      --
      Live today, because you never know what tomorrow brings
    6. Re:Considering Bulldozer ... by Anonymous Coward · · Score: 0

      The idea is that FPU is rarely used over 40%, so one FPU at 80% is a net win due to power, size, cost. UltraSPARC T2 for instance can get 90% FPU utilization. Same goes for other complicated but under-utilized parts of the CPU. And by boosting the utilization they can afford to do more costly optimizations, boosting single-thread and intermittent FPU usage.

      Say for instance AMD double the size of the FPU and halve the number of them, making a FPU that's 20% faster -- single-threaded apps may be faster than an equivalent Intel chip (that can't afford a FPU that big per cpu) while multi-threaded apps could be faster by having better FPU utilization. That's the theory anyway.

    7. Re:Considering Bulldozer ... by symbolset · · Score: 1

      Virtualization. It turns out that most virtualized workloads don't benefit much from having their own FPU really, and can share one. Web servers, VDI desktops, database servers dishing CRM, mail servers, file & print, and so on. Virtualization is a huge chunk of the industry standard server market right now. Cloud servers similarly have little use for heavy number-crunching power - and if you've got a FPU cloud app, Amazon's got GPGPU cloud nodes for you.

      --
      Help stamp out iliturcy.
    8. Re:Considering Bulldozer ... by Anonymous Coward · · Score: 0

      Best i can tell, why have a FPU pr core when the GPU is a FPU on steroid. Only problem is that you need to either specifically program things that way, or the OS need to invisibly route FP math to the GPU. Neither is happening at present.

  2. Am I the onlyone... by rsilvergun · · Score: 0

    that had to google "inflection point"? From a marketing standpoint it might be good to have a CEO who isn't an engineer :P.

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
    1. Re:Am I the onlyone... by masternerdguy · · Score: 4, Informative

      An inflection point is when the second derivative of a curve is zero, and is generally where a curve changes from concave down to concave up. I'm assuming the guy was talking about a profit over time curve or something.

      --
      To offset political mods, replace Flamebait with Insightful.
    2. Re:Am I the onlyone... by masternerdguy · · Score: 1

      Obviously it can also change from concave up to concave down, before the flamers and math nazis reply.

      --
      To offset political mods, replace Flamebait with Insightful.
    3. Re:Am I the onlyone... by ackthpt · · Score: 4, Insightful

      that had to google "inflection point"? From a marketing standpoint it might be good to have a CEO who isn't an engineer :P.

      or a CEO who picks up a word or phrase from an engineer and thinks, 'Hey, that sounds good, I'll use it in my next meeting or press statement!'

      --

      A feeling of having made the same mistake before: Deja Foobar
    4. Re:Am I the onlyone... by Hatta · · Score: 2

      This is why it's good to have a background in math, even if you're not employed in an STEM field. All sorts of processes can be described in mathematical terms, knowing what those terms mean helps you understand the world better. People often say "calculus? I'll never use that after high school!". But the truth is, I use my calculus education every single day without ever touching an integral or derivative.

      --
      Give me Classic Slashdot or give me death!
    5. Re:Am I the onlyone... by Anonymous Coward · · Score: 0

      The curve seems to be talking about a time curve plotted against events (amd vs intel?) which is obviously highly subjective. Basically he's using the word inflection to say it's the end of a era (cultural?) of just amd vs intel. His wording then is more symbolic in meaning.

    6. Re:Am I the onlyone... by arth1 · · Score: 2, Insightful

      Indeed. Which is why words and phrases like "pushing the envelope" and "quantum leap" are so often used wrong, and marks the CEO (who reflects on the company) as a dummy.

    7. Re:Am I the onlyone... by Blue+Stone · · Score: 1

      >are so often used wrong

      Oh the irony. :)

      (grammar: "... are so often used incorrectly, ...")

      --
      Corporation, n. An ingenious device for obtaining individual profit without individual responsibility. - Ambrose Bierce
    8. Re:Am I the onlyone... by Anonymous Coward · · Score: 2, Interesting

      He just read, "The Innovator's Dilemma," by Clayton Christensen. He sees new innovation in x86 chipmaking as having diminishing returns, making the entire architecture susceptible to other architectures and competitors where new innovation still provides increasing returns.

    9. Re:Am I the onlyone... by nine-times · · Score: 1

      "Inflection point" is sometimes used more broadly and metaphorically to mean something like, "a time of drastic change (or potential drastic change)." He's not using it in a technical sense.

    10. Re:Am I the onlyone... by gman003 · · Score: 2

      Precisely. It meant "the point where AMD goes from a desktop chip maker that also makes mobile chips, to a mobile chip maker that also makes desktop chips".

    11. Re:Am I the onlyone... by Lord+Balto · · Score: 1

      No, engineers talk in acronyms. Marketing droids use terms like "inflection point."

    12. Re:Am I the onlyone... by Bacon+Bits · · Score: 1

      "Wrong" is an adverb. Coincidentally, M-W uses the word "incorrectly" as a synonym.

      --
      The road to tyranny has always been paved with claims of necessity.
    13. Re:Am I the onlyone... by ackthpt · · Score: 1

      This is why it's good to have a background in math, even if you're not employed in an STEM field. All sorts of processes can be described in mathematical terms, knowing what those terms mean helps you understand the world better. People often say "calculus? I'll never use that after high school!". But the truth is, I use my calculus education every single day without ever touching an integral or derivative.

      Why baffle people with BS when you can use real language :)

      The new line will factor into integral processes where derivatives will end-product quality!

      Sounds like something I'd read in a Dilbert strip...

      --

      A feeling of having made the same mistake before: Deja Foobar
    14. Re:Am I the onlyone... by iblum · · Score: 1

      Indeed. Which is why words and phrases like "pushing the envelope" and "quantum leap" are so often used wrong, and marks the CEO (who reflects on the company) as a dummy.

      wasn't quantum leap that tv show starring Jonathan Archer

    15. Re:Am I the onlyone... by iblum · · Score: 1

      This is why it's good to have a background in math, even if you're not employed in an STEM field. All sorts of processes can be described in mathematical terms, knowing what those terms mean helps you understand the world better. People often say "calculus? I'll never use that after high school!". But the truth is, I use my calculus education every single day without ever touching an integral or derivative.

      I was thinking about setting up a Reggie Pole for my wife to dance on.

    16. Re:Am I the onlyone... by Anonymous Coward · · Score: 0

      Math nazis would use "from convex to concave".

    17. Re:Am I the onlyone... by mikael · · Score: 1

      Marketroids talk about graphs and curves all the time. They will have cost vs. performance, cost vs. time.

      Imagine a basic bell curve. You start at zero, which is no sales, as there has been a pre-release advertising campaign and the products have been reviewed before going on the shelves. Then they start to sell. The inflection point is where word of mouth has gone out about a product, and market demand is highest.

      After competitors start bringing out equivalent products, the demand starts to slow down. The peak of the curve is when you have made the most sales ever in one week or month. Then demand starts to fall.

      Eventually, demand will fall down to zero if they don't do something about the price. Then it's time to bring out a new advanced model, drop the price or offer a two-for-one deal.

      You don't want to bring your next generation product too soon otherwise your developers get pissed off they that haven't had time to develop applications for the current generation, and your customers get pissed off that they are having to upgrade, or have just brought a current generation product. Like the Adam Osborne effect with "luggable computers".

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    18. Re:Am I the onlyone... by Austerity+Empowers · · Score: 1

      Engineers try not to talk ever. Marketing won't shut the hell up.

    19. Re:Am I the onlyone... by bn-7bc · · Score: 0

      Oh yes the bell curve (ie normal distribution) all well and good but watch out for Fat tails, do not assume that things haves according to a bell curve, those investors that did that in 2008 regretted it

    20. Re:Am I the onlyone... by badkarmadayaccount · · Score: 1

      Kudos for the troll. I barely watch the thing, and was about to correct you.

      --
      I know tobacco is bad for you, so I smoke weed with crack.
  3. Corporate double-speak by LordNimon · · Score: 4, Insightful

    AMD is a leader in x86 microprocessor design, and we remain committed to the x86 market. Our strategy is to accelerate our growth by taking advantage of our design capabilities to deliver a breadth of products that best align with broader industry shifts toward low power, emerging markets and the cloud.

    This is a completely meaningless statement. You could say the same exact thing about any microprocessor company. For example:

    "Freescale is a leader in PowerPC microprocessor design, and we remain committed to the PowerPC market. Our strategy is to accelerate our growth by taking advantage of our design capabilities to deliver a breadth of products that best align with broader industry shifts toward low power, emerging markets and the cloud."

    This statement is true even though AMD and Freescale aren't competitors.

    This is the kind of garbage that makes employees think that their managers are clueless and don't know how to fix the company.

    --
    And the men who hold high places must be the ones who start
    To mold a new reality... closer to the heart
    1. Re:Corporate double-speak by Anonymous Coward · · Score: 2, Funny

      "PRUNEJUICE is a leader in DRINK YO PRUNE JUICE design, and we remain committed to the DRINK YO PRUNE JUICE market. Our strategy is to accelerate our growth by taking advantage of our design capabilities to deliver a breadth of products that best align with broader industry shifts toward low power, emerging markets and the cloud."

    2. Re:Corporate double-speak by Skarecrow77 · · Score: 4, Insightful

      Meaningless marketing spin are the only public statements that:
      A. don't cause controversy and anger among the investors/stockholders
      B. you aren't forced to go back on 12 months down the line when you find out you were too optimistic and/or out of touch.

    3. Re:Corporate double-speak by arth1 · · Score: 4, Funny

      This is a completely meaningless statement. You could say the same exact thing about any microprocessor company. For example:

      "Freescale is a leader in PowerPC microprocessor design, and we remain committed to the PowerPC market. Our strategy is to accelerate our growth by taking advantage of our design capabilities to deliver a breadth of products that best align with broader industry shifts toward low power, emerging markets and the cloud."

      This statement is true even though AMD and Freescale aren't competitors.

      Freescale commits to the cloud? That is BIG news. Time to run out and adjust my stock portfolio!

    4. Re:Corporate double-speak by Hatta · · Score: 2, Insightful

      Meaningless marketing spin should cause controversy and anger among the stockholders. If I'm investing my money in a company, I want to know they have real plans, not just platitudes. Buzzwords are a sign that they have no idea what they're doing. Take your money and run.

      --
      Give me Classic Slashdot or give me death!
    5. Re:Corporate double-speak by nine-times · · Score: 2

      It's not completely meaningless, but you have to know how to read this kind of business-speak. He's saying, "We're either not planning on dropping x86 or we're not prepared to announce that we're dropping it. We do have hopes of moving into additional markets, including mobile, low-end, and scalable architectures, but we don't have any specific plans that we'd like to announce about that either."

    6. Re:Corporate double-speak by Skarecrow77 · · Score: 1

      that's what board meetings are for, not conversations with the press.

    7. Re:Corporate double-speak by epine · · Score: 1

      Take your money and run.

      Stores have figured out how to dump the unprofitable customers (long live data mining). Now they've figured out how to dump the skittish investors. You weren't wanted in the first place. Actually, the game was played this way all along.

      Reason is a short leash. The receiving side will take blind faith any time they can get it.

    8. Re:Corporate double-speak by Shatrat · · Score: 1

      Reporters deserve meaningless drivel because if you give them any real information they'll just butcher it in order to twist it into a cure for cancer or the latest exploit for iPhones in order to grab headlines.
      I'd look for firm dates and roadmaps provided to customers, partners, and investor relations as a sign that the company knows what they're doing.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    9. Re:Corporate double-speak by nitehawk214 · · Score: 3, Funny

      "PRUNEJUICE is a leader in DRINK YO PRUNE JUICE design, and we remain committed to the DRINK YO PRUNE JUICE market. Our strategy is to accelerate our growth by taking advantage of our design capabilities to deliver a breadth of products that best align with broader industry shifts toward low power, emerging markets and the cloud."

      A warrior's drink.

      --
      I'm a good cook. I'm a fantastic eater. - Steven Brust
    10. Re:Corporate double-speak by blair1q · · Score: 1

      Actually, it's the only thing that executive staff could say.

      They don't design the products, they just tell people to go and design the products.

      And that's a broad but accurate description of the products they design, with some false confidence slathered on top.

      I take it back. They could say one other thing: We know we suck at this relative to our competition and we're tired of spending more money than we make and asking our investors and bankers and competitors to cover our losses, so we're going to shut this thing down and let everyone go do something they'll be proud of some day.

      But they won't, because honesty is not an absolute in the executive class.

  4. Out with the old... by Anonymous Coward · · Score: 1

    'We're at an inflection point. We will all need to let go of the old 'AMD versus Intel' mind-set, because it won't be about that anymore.'

    I actually find that a little saddening. I miss the good old Intel vs. AMD days when there was a legitimate choice to be made by performance enthusiasts. Mind you, those days are long gone, but I will still hold a special place in my heart for my AMD Athlon64 3400 :)

    1. Re:Out with the old... by hedwards · · Score: 1

      AMD's been more or less out before. I've got an AMD chip in my laptop and it's really nice. I get good battery life and the performance is good. Plus, I was able to buy the entire thing for a fraction of what an Intel rig of similar power would cost.

      That being said, it doesn't look good and they're going to have to kick R&D up a few notches if they want to earn business other than the not Intel crowd.

  5. Do their chisps [still] overheat? by bogaboga · · Score: 1

    In the past, I always advocated for, and employed AMD chipped systems. I was once burned by my advocacy when I lost several AMD mobos after they all got fried!

    This was a contributory event to my getting fired, though a poorly written application was partly responsible. My employer could not listen because other AMD systems survived. They did because they were to be running the application next.

    What is the experience of slashdotters using these systems? Do they still consume lots of power or overheat?

    1. Re:Do their chisps [still] overheat? by stanlyb · · Score: 1

      Yes they do. Some 2-3 years ago they introduced 125W CPU's. Nowadays, if you bother to check the motherboard's specification, they always explicitly say that they have some upper limit, say 95W for example. Did anyone confess that their CPU's are burning your system? Literally. Even my power supply was burned by this CPU, and it was supposed to have an life guarantee, go figure out.

    2. Re:Do their chisps [still] overheat? by 0123456 · · Score: 2

      AMD chips seem to consume more power than comparable Intel chips, but I'm pretty sure they have thermal throttling these days.

      I was impressed with one of the old P4 systems in my previous job because the fan was just lying on top of the heat-sink and every once in a while someone would knock it off and the CPU would just throttle down until someone got around to putting it back (yeah, I don't know why we never spent a few dollars to buy a fan that could actually be screwed into place). In those days an AMD CPU would probably have burned out.

    3. Re:Do their chisps [still] overheat? by confused+one · · Score: 1

      That problem only affected earlier chips with inadequate cooling. The stock cooler was inadequate as they made certain assumptions with regard to "typical" usage. They fixed this long ago (it's been a decade?) by adding temp sensors and automatic clock throttling.

    4. Re:Do their chisps [still] overheat? by Anonymous Coward · · Score: 0

      As someone who bought an Athlon XP during that era, and in fact did exactly that (Fan failed, possibly due to dust, possibly just bad bearings) And then ran it without the fan, Ican attest that they didn't have thermal throttling, and would in fact fail in a spectacular fashion.

      Mind you during the same era I managed to blow up a PS and mobo with no noticable external threats other than a brand new 3ghz hyperthreaded P4, which while still working I believe to have been the culprit, either due to a less than ideal heatsink (original was aluminum core, swapped with a copper cored one off my 2.0ghz celeron bought to compare 100 dollar Intel mobo/cpu combos against the equiv amd offering. Hint: The Athlon won.
      Current gen I'd go AM3 over intel (Mostly due to cheap

      This was typed BTW on a Sempron 140 clocked to 3.2 ghz, which has been my primary gaming system since my prior G31/E5400 setup died due to a bad firewire card. I go without whoever offers the features I want at the pricepoint I need, and honestly the farther into the future we go, the less interest either AMD or Intel is giving me to buy their future products. If AMD for example were to drop overclocking from their non-Black parts then Intel might start to look more appealing again. If intel were to stop dicking around with software limitiations on their current chips and allow overclocking on their non-K chips, I would seriously consider them, even if it did limit me to 2 x8 bandwidth videocard slots.

    5. Re:Do their chisps [still] overheat? by Jeng · · Score: 2

      Yes you do have to do your research and make sure you purchase a compatible motherboard, that is true whether you are dealing with Intel, AMD, or VIA.

      125W is still the highest of the desktop chips from AMD, but many AMD motherboards are rated at 140W. You can buy a motherboard that only supports up to 95W, but why would you do that?

      Intel has some 130W chips.

      --
      Don't know something? Look it up. Still don't know? Then ask.
    6. Re:Do their chisps [still] overheat? by stanlyb · · Score: 1

      The motherboard i bought was supporting 125W CPUs. After 3 years of changing fans, power supply (2), hard disks (every time i installed second disk, it got burned after some 6 months), video cards (2, but at least they did not burn), i decided that enough is enough, and i would never ever buy such a heating monster again. My feelings is that it is not about heating, but that too much power coming to the motherboard is simply said too much.

    7. Re:Do their chisps [still] overheat? by yuhong · · Score: 1

      I remember reading an old Tom's Hardware article dating back to the Athlon XP days about this.

    8. Re:Do their chisps [still] overheat? by turgid · · Score: 1

      As someone who bought an Athlon XP during that era, and in fact did exactly that (Fan failed, possibly due to dust, possibly just bad bearings)

      Idiot. The Atlon XP had thermal throttling. The original (600MHz) Athlons didn't, and neither did the Thunderbirds IIRC, but the XP certainly does have it.

      I write my own code so I know how to get the best out of the CPUs I buy. The Bulldozer looks like a very interesting design with a great deal of potential. I waited until the Phenom II came out to buy one and I'll buy a Bulldozer when the mark 2 comes out.

      My experience with intel chips hasn't been that great. They never scale as well as AMD ones in multi-code/multi-socket set-ups.... And I don't run Windows at all.

    9. Re:Do their chisps [still] overheat? by hedwards · · Score: 1

      It probably has, Cool 'n' Quiet has been around for nearly a decade, so I'd bet that would be about the same time that they added the temp sensors and throttling. IIRC that was about the same time that Intel introduced similar technology.

    10. Re:Do their chisps [still] overheat? by confused+one · · Score: 1

      Right. It was just a "damn, it's been that long?" as I, for a moment, reflected back on my life... Anyway, Intel was first. It was a good idea and AMD customers were losing chips so they added it too. It showed up first in socket A K7 architecture chips. Not sure which generation... but a quick google search indicates it was the 3rd gen Athlon XP in late 2001 or early 2002 that first implemented the thermal diode and MB based protection circuit. I was always concerned about killing my maximally overclocked Duron. Ironically, it was the northbridge that eventually failed.

    11. Re:Do their chisps [still] overheat? by Anonymous Coward · · Score: 0

      Are you sure the Athlon XP had themal throttling? I had a Athlon XP 3000+ (Barton core IIRC). Occasionally a loose power cable would stop the CPU fan (I had a small case). After 10 minutes or so it would overheat and switch off, I normally had to reset the BIOS to get it to boot again. There was some kind of thermal protection kicking in, but throttling implies it slows down when hot (it didn't) not shut off completely. For all I know the thermal protection could have been mobo provided rather than on the CPU.

  6. What's he gonna say? by 93+Escort+Wagon · · Score: 5, Insightful

    Let's say AMD is planning - or thinking about, at least - stopping the manufacture of x86 processors. What's a responsible company spokesperson going to say? "Yes, we're working on an exit strategy and are hoping to be out of the business by 2014" - does anyone believe that would be stated? If it was, their x86 business would tank immediately, and all employees working on x86 now would update their resumes and get while the getting is good.

    Several years ago, we had an important faculty member accept a dean-ship at another university. The lead time was going to be a bit more than a year. In the meantime, this faculty member still had research projects going full bore. So what did he do? He told his staff that the research projects were going to continue, and would remain at our university for the foreseeable future. Guess what happened a year later? Yup - the "foreseeable future" he spoke of 12 months before turned out to be almost exactly 12 months long.

    --
    #DeleteChrome
    1. Re:What's he gonna say? by lightknight · · Score: 2

      Or it could just as easily be someone floating a balloon -> a rumor is reported through various sources, and AMD gets a preview of how the market might react. Depending on the reaction, they might go one way or the other.

      --
      I am John Hurt.
    2. Re:What's he gonna say? by tlhIngan · · Score: 4, Interesting

      Let's say AMD is planning - or thinking about, at least - stopping the manufacture of x86 processors. What's a responsible company spokesperson going to say? "Yes, we're working on an exit strategy and are hoping to be out of the business by 2014" - does anyone believe that would be stated? If it was, their x86 business would tank immediately, and all employees working on x86 now would update their resumes and get while the getting is good.

      I'd be willing to bet that one of AMD's investors is Intel, and while AMD may want to get rid of the x86 business, Intel won't let it.

      Intel needs AMD. And AMD's weakened state is ideal for Intel. However, if AMD dies, Intel also suffers (think anti-trust). But with AMD alive, Intel's scrutiny is lowered and they can sell more chips easily.

      Heck, I'm willing to bet Intel has next-gen chips ready, but they want to keep AMD viable and are holding off the release. There's no benefit to Intel other than a few percent marketshare if AMD dies, and there's a huge downside of EU regulators, US regulators and very close scrutiny.

    3. Re:What's he gonna say? by Anonymous Coward · · Score: 0

      Indeed. Intel is in a position where they can slow down their R&D to cut costs without decreasing their income - in other words, they can easily improve their profits by bringing out worse products. At least their owners will be happy.

    4. Re:What's he gonna say? by drinkypoo · · Score: 1

      AMD already is using next-gen chips. They would love for x86 compatibility to no longer be a line item for those chips, because it represents significant wasted silicon. I don't think we're there yet though, and I don't think AMD thinks so either. Only when Windows XP is gone, and the machines that run it along with it, will we truly be ready to move Windows to the 64 bit era. From what I can tell, most of the machines that have come with it are 64 bit anyway, whether they came with 64 bit windows or not, but I certainly don't have any statistics.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  7. Translation by DarthVain · · Score: 4, Interesting

    "Our strategy is to accelerate our growth by taking advantage of our design capabilities to deliver a breadth of products that best align with broader industry shifts toward low power, emerging markets and the cloud."

    We will continue to make chips for servers, and low end crap. We can't compete with Intel for the consumer market in the short to medium term, however we are still relevant in business circles.

    Consumers prepared to be gouged by Intel as soon as they figure this out. Also other than to just "say it" this has been the truth for some time, years in fact. I don't know if it is AMD stumbling or Intel just continuing to hit home runs, but there hasn't exactly been a whole lot of competition since the days of the ye old Athlon 64 series of processors. Ever since Intel came out with the Core 2 Duo, AMD has been unable to come up with an answer. Perhaps it had something to do with diversifying by buying up ATI, diverting capitol or focus away from core business. Ironically the AMD/ATI brand of video cards has a better reputation than the AMD CPU division, if only my opinion...

    1. Re:Translation by JDG1980 · · Score: 2

      We will continue to make chips for servers, and low end crap. We can't compete with Intel for the consumer market in the short to medium term, however we are still relevant in business circles.

      Consumers prepared to be gouged by Intel as soon as they figure this out.

      Intel really can't gouge customers too hard, or it will hasten the transition away from x86 that they fear. ARM will be a much more serious competitor once Windows 8 is released with support for it. Yes, it requires everything to be recompiled, but I don't think Intel wants to be locked into a "legacy only" niche, which is what would happen if they pushed too hard on pricing. I keep hearing that if AMD doesn't perform, Intel is going to gouge the hell out of us, but the truth is that Intel has been beating the pants off of AMD since the release of Core 2 Duo (5+ years) and the gouging still hasn't happened. The Sandy Bridge 2500K is still the best bang for the buck of any CPU anywhere. People act as if the Netburst era was somehow emblematic of Intel, when it was in fact a bizarre aberration.

    2. Re:Translation by 0123456 · · Score: 1

      Indeed. Intel's real competition hasn't been AMD for a few years now, it's been ARM.

    3. Re:Translation by lexman098 · · Score: 0

      The Sandy Bridge 2500K is still the best bang for the buck of any CPU anywhere.

      A 200 dollar CPU is the best bang for the buck? I think this statement encompasses a lot of why Intel is is kicking AMD's ass.

    4. Re:Translation by lightknight · · Score: 1

      Let Intel turn its full attention to ARM for a few cycles, and see if AMD doesn't punish them.

      --
      I am John Hurt.
    5. Re:Translation by 0123456 · · Score: 1

      Let Intel turn its full attention to ARM for a few cycles, and see if AMD doesn't punish them.

      Intel don't need to, because they're big enough to have different teams doing both. The problem is that no-one can really push the x86 architecture down to ARM-level power consumption because it's such a complex beast in comparison.

    6. Re:Translation by edxwelch · · Score: 1

      ARM only will compete against Intel in cases where power consumption is more important than performance, i.e. netbooks and low power servers (read small market).
      Don't forget that a lot of apps are using SSE and x86 extensions will have to be rewritten to run on ARM.

    7. Re:Translation by Andy+Dodd · · Score: 1

      I wouldn't be surprised if Intel is REALLY regretting selling off XScale to Marvell - Intel had an ARM business for a while, but it just didn't do particularly well, so they sold it.

      Probably 1-2 years later, the ARM market started exploding.

      I would not be surprised if Intel is quietly working on getting back into the ARM business.

      --
      retrorocket.o not found, launch anyway?
    8. Re:Translation by Andy+Dodd · · Score: 1

      This is pretty much what happened in the P4 days. Intel got complacent and started gouging customers, and that allowed AMD to gain HUGE amounts of market share.

      --
      retrorocket.o not found, launch anyway?
    9. Re:Translation by 0123456 · · Score: 1

      ARM only will compete against Intel in cases where power consumption is more important than performance, i.e. netbooks and low power servers (read small market).

      Or an increasing number of desktop/laptop uses. At least 90% of the time my laptop and desktop systems are clocked down to the minimum clock speed because there's really nothing for the CPU to do when browsing the web or writing documents.

      An awful lot of current x86 CPUs could be replaced with ARM and users would barely notice.

    10. Re:Translation by edxwelch · · Score: 1

      > users would barely notice.
      They would notice once they tried to play any games or run any heavy apps like photoshop.

    11. Re:Translation by macromorgan · · Score: 2, Informative

      AMD SHOULD have gained huge amounts of market share, but thanks to some anti-competitive behavior by Intel that wasn't the case.

    12. Re:Translation by 0123456 · · Score: 2

      They would notice once they tried to play any games or run any heavy apps like photoshop.

      Which most people don't do. The most processor-intensive thing a large fraction of PC users do on a typical day is play HD video on Youtube.

    13. Re:Translation by edxwelch · · Score: 1

      Yeah, right. Nobody plays games on a PC. That's totally unheard of.

    14. Re:Translation by TheRaven64 · · Score: 1

      ARM only will compete against Intel in cases where power consumption is more important than performance

      And in places where ARM's performance is 'good enough'. I have a little machine with an 800MHz ARM Cortex A8. For light web browsing and word processing, it's just about good enough, but for anything heavier it isn't. I have another machine with a dual-core 1.5GHz Snapdragon (heavily tweaked A8), and it's fine for Flash-heavy web browsing and most other things including playing back streaming video. A quad-core 2GHz Cortex A9 is far more power than a large proportion of computer users currently need.

      --
      I am TheRaven on Soylent News
    15. Re:Translation by WhoBeDaPlaya · · Score: 1

      You're forgetting that the Phenom II is pretty competitive (for the price), whereas the disaster that is Bulldozer isn't. Hell, it can't even beat its predecessor!

    16. Re:Translation by DarthVain · · Score: 1

      Yeah "gouge" might be too strong a word. Elevated prices due to limited competition is likely a better way to put it. At best when AMD was even at its height and enthusiasts argued hotly which was better, AMD only had a marginal market share, mostly due to the big box stores such as Dell, Gateway (remember them, whatever happened to them), and the rest being reluctant to move away from Intel (I also recall some shady trade practices by Intel at the time also).

      In any case, even though limited, the competition was good for a time, and did drive better processors and prices. Only now those savings are only really available for businesses, and basically "Net" computers (though even that has expanded use since back in the day). So while the 2500K is the best bang for buck I would agree, it costs about 210-240$ depending where you shop, and maybe just maybe if AMD had anything worthwhile (like a Bulldozer that doesn't suck) those prices might be sub-200$.

    17. Re:Translation by Anonymous Coward · · Score: 0

      Yeah, right. Nobody plays games on a PC. That's totally unheard of.

      Most people don't play anything more sophisticated than Farmville. Otherwise Intel wouldn't have the biggest market share in GPUs.

    18. Re:Translation by bingbangboom · · Score: 1

      Let Intel turn its full attention to ARM for a few cycles, and see if AMD doesn't punish them.

      Intel don't need to, because they're big enough to have different teams doing both. The problem is that no-one can really push the x86 architecture down to ARM-level power consumption because it's such a complex beast in comparison.

      AMD has Intel beat in the 18 watt area for a while now and well into the future. Intel had to shove PowerVR graphics (no 64bit or DirectX10 ever) into CedarTrail Atom's, still isn't close to AMD performance, and it's delayed. People are reading into the fact that AMD is transitioning to the APU across the board as, "we are leaving x86." The one area that AMD can win is with the APU vs Intel.

    19. Re:Translation by bingbangboom · · Score: 1

      ARM only will compete against Intel in cases where power consumption is more important than performance

      And in places where ARM's performance is 'good enough'. I have a little machine with an 800MHz ARM Cortex A8. For light web browsing and word processing, it's just about good enough, but for anything heavier it isn't. I have another machine with a dual-core 1.5GHz Snapdragon (heavily tweaked A8), and it's fine for Flash-heavy web browsing and most other things including playing back streaming video. A quad-core 2GHz Cortex A9 is far more power than a large proportion of computer users currently need.

      AMD is shooting for this market for Win8 launch with their E-series and C-series. Consumers will have a choice of "good enough" cpu + great GPU + x86 support vs ARM. ARM will win on power consumption but most consumers will want x86 support. Intel seems to have nothing to launch; Cedartrail is complete crap (PowerVR, no 64bit drivers, no directx10+).

    20. Re:Translation by David+Greene · · Score: 1

      That's not quite right. Codes need completely different tuning for BD. Take FMAs. No legacy software is going to use them. BD is certainly a challenge but it's a bit much to claim it can never outperform its predecessor.

      --

    21. Re:Translation by Kjella · · Score: 1

      Intel can't gouge us until AMD is on its knees and that's what we're heading for. Producing CPUs with existing designs on existing process technology is cheap, so AMD has been selling low to mid-range systems at competitive prices but it's obvious they haven't had the necessary money to design neither process technology nor new micro-architectures. That works for a while but it's obvious the gap between Intel and AMD is increasing, they're tick-tocking away and eventually the old technology AMD is working with will become unsellable. Too slow, too hot, too expensive to make. Remember that Bulldozer is about 50% larger than a Sandy Bridge. That's not something the consumer will notice but Intel is making far more money per processor. And can distribute the R&D over many more processors. If the last generation left too little money for R&D, I'm afraid this one will leave practically none.

      --
      Live today, because you never know what tomorrow brings
    22. Re:Translation by Anonymous Coward · · Score: 0

      AMD has Intel beat in the 18 watt area for a while now and well into the future.

      Atoms are not ~18W processors. This is Intel's best 17W processor:

      http://ark.intel.com/products/54617/Intel-Core-i7-2677M-Processor-%284M-Cache-1_80-GHz%29

      The GPU is decent and the CPU absolutely blows away everything AMD offers at 18W or less. In fact, its CPU kinda often blows away AMD's 35W APUs.

      Intel had to shove PowerVR graphics (no 64bit or DirectX10 ever) into CedarTrail Atom's, still isn't close to AMD performance, and it's delayed. People are reading into the fact that AMD is transitioning to the APU across the board as, "we are leaving x86." The one area that AMD can win is with the APU vs Intel.

      People who think this will have implications beyond AMD competing better on the low end are deluding themselves. A good integrated GPU plus a horrible CPU is not a compelling product.

    23. Re:Translation by badkarmadayaccount · · Score: 1

      Except for heavy DSP work. Something tells me Alcatel-Lucent are gonna have some new friends.

      --
      I know tobacco is bad for you, so I smoke weed with crack.
  8. i wonder if they have thought of this: by Anonymous Coward · · Score: 0

    "Our strategy is to accelerate our growth by taking advantage of our design capabilities to deliver a breadth of products that best align with broader industry shifts toward low power, emerging markets and the cloud."

    Maybe they could also leverage their synergies.

  9. Radeon may save them... by broken_chaos · · Score: 1

    My understanding is that Radeon cards are still competing neck-and-neck with Nvidia's offerings these days, especially per-dollar. I may be mistaken, though, as my video card is still an 18-month-old ATI Radeon 5850 (back before Nvidia even had a DirectX 11 card on the market, and before the AMD-ATI buyout), which can still play everything I've thrown at it on full settings at 1920x1080.

    Even if their CPUs are lack-luster (even at the lower price point, it would seem, where they used to be quite competitive), they may be able to survive mostly on the GPU market without too many troubles. For a while, at least.

    1. Re:Radeon may save them... by masternerdguy · · Score: 1

      Until ATI has good Linux support I'll only be buying NVidia. Actually I've generally bought AMD CPUs and NVidia GPUs, but if AMD starts slipping then I'll be forced to go Intel.

      --
      To offset political mods, replace Flamebait with Insightful.
    2. Re:Radeon may save them... by Charliemopps · · Score: 2

      I'm a radeon guy to... always buy AMD/Radeon, but even I have to admit.. Radeon cards have a lot of problems that NVidia cards just dont have. You go to nearly every major game releaseds support forums, and what's stickied at the top? "Radeon owners issues click here"

      Add to that Nvidias clearly superior support for hardware accelerated HD decoding and really, my favorite card has some catching up to do. I spent months trying to get a Radeon card to work in my HTPC and I think I got the hardware decoding to engage on one movie... and it was a hardware encoding demo. I ordered a $30 Nvidia card that was 2yrs old and threw it in... bam, it just worked. I didn't even have to mess with settings. Hell, when I did mess with the settings I was having a hard time getting it NOT to engage.

    3. Re:Radeon may save them... by jandrese · · Score: 1

      It has always been the case that AMD/ATI has generally had the better hardware (although it does shift whenever new chips drop), but nVidia has the better drivers. People will occasionally tell you that "yeah, that was true in the past, but ATI drivers are pretty good now", but then some new game comes out and they're crap again.

      --

      I read the internet for the articles.
    4. Re:Radeon may save them... by lightknight · · Score: 2, Interesting

      Linux has had better support for ATI than Nvidia cards for at least a generation now.

      --
      I am John Hurt.
    5. Re:Radeon may save them... by lightknight · · Score: 1

      Hmm. AMD has been trying to topple Intel by merging the CPU and the GPU into a single unit.

      Intel tends to be better in the single-threaded CPU performance, while AMD has been better with offering more cores. What changes with ATI and Intel is that Intel's graphics options are something of a terrible joke (played on corporate and value customers), and ATI's video cards are sought after as equally as Nvidias.

      If AMD can offer a single chip that does both, and does it well (key factor here), with compilers that take advantage of the additional power a GPU can offer when its right next to the CPU, it could hurt Intel in dangerous ways. On another note, the one thing ATI is known for over Nvidia is the number of Stream processors it offers -> Nvidia's are more programmable, ATI has more of them. AMD choose the hardware route, which depending on their ability to combine the two designs may or may not pay off.

      --
      I am John Hurt.
    6. Re:Radeon may save them... by 0123456 · · Score: 3, Insightful

      If AMD can offer a single chip that does both, and does it well (key factor here)

      You can't put a 300W GPU and a 125W CPU on the same die. At least not if you're sane.

      The only use for graphics integrated on the CPU are for cheap low-end systems or for extra performance if you can offload some processing to the GPU cores. Putting a high-performance GPU there makes no sense because you need insane cooling to get the heat out and it will be crippled by the slow, shared memory interface anyway.

      Plus, of course, you can't just upgrade the GPU in two years when the CPU is still fast enough for current games but the GPU isn't; you have to replace both. CPU manufacturers might love that, but users won't.

    7. Re:Radeon may save them... by Andy+Dodd · · Score: 1

      Yup, I have yet to ever see evidence that ATI has learned the concept of regression testing.

      It seems like on a regular basis, Game X needs driver revision M or lower, and Game Y needs driver revision N or higher with ATI cards. So you're screwed if you want to play both games.

      Every time I have had the misfortune of dealing with an ATI video chipset, it's been utter driver hell. NVidia does a much better job of regression testing, and they also do a MUCH better job of long term support of older chipsets. I still remember the hell I went through trying to update drivers for a friend's Dell 600M with an ATI chipset - compared to it, my own Dell laptops were ANCIENT but it was FAR easier to find up-to-date drivers for their NVidia chipsets that worked, as opposed to hours of trial and error with the ATI drivers to find one that would provide proper 3D acceleration AND drive her external monitor at a non-wacky resolution.

      --
      retrorocket.o not found, launch anyway?
    8. Re:Radeon may save them... by Andy+Dodd · · Score: 2

      It doesn't help that Intel integrated graphics made GREAT leaps forward in Sandy Bridge.

      --
      retrorocket.o not found, launch anyway?
    9. Re:Radeon may save them... by TheRaven64 · · Score: 4, Insightful

      Not really. AMD has really crap proprietary drivers, nVidia has slightly crap proprietary drivers. AMD's open source drivers are poor, nVidia's are nonexistent. If you're willing to run a blob, nVidia's support is better. If you aren't, they both suck.

      --
      I am TheRaven on Soylent News
    10. Re:Radeon may save them... by Anonymous Coward · · Score: 0

      Welcome, time traveller from the future.

    11. Re:Radeon may save them... by Lord_Naikon · · Score: 1

      It's not only the driver itself, but the whole Catalyst plus installer package is a complete WTF. For example, I have here a Radeon HD4350 AGP. If you download the normal drivers from AMDs website, they won't detect the card. No, I have to download a special "hotfix" drivers because the card is AGP... go figure. Then you are presented with what can only be described as an installer from the Windows 3.11 era, in looks and functionality. After clicking a bunch of "next.. next..." the installer will actually fail to install the Catalyst control center. Why? Because it by default has a space in it's install path (C:\Something\ATI Technologies). After removing that space the install will continue. After all is done, you are still left with a non-functioning control center because the installer never let you know that you also need a certain version of the .NET runtime.
      Then the struggle gets even harder when you try to get GPU HD decoding working...

      I am NEVER going to buy ATI again, even if their graphics cards are twice at fast as the competition, until they fix that god awful mess their driver is.
      Even thinking about it gets me aggravated again :-(

      Contrast this to nVidia's super streamlined drivers: Download -> Click install -> Done. No need to reboot even. Also the performance and quality of their Linux and FreeBSD drivers is on par with Windows (at least in the areas I care about: OpenGL acceleration), another major plus.

    12. Re:Radeon may save them... by drinkypoo · · Score: 1

      Let us also not forget that AMD will not give you mobile drivers, which used to also be true of nVidia, but not any more. Now you can download the Quadro FX drivers (for example) direct from nVidia. But AMD still expects you to get mobile graphics drivers from the OEM. That's a convenient way to avoid supporting older graphics chips like the integrated graphics in my R690M-based "netbook" (at 11" with megachiclets it's more like a subnotebook) which only works properly in Windows Vista 32-bit. There's no Windows 7 downloads, and the Vista driver causes resume to fail on the second go.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    13. Re:Radeon may save them... by StayFrosty · · Score: 1

      The AMD buyout of ATI happened in 2006. Your 5850 was made by AMD.

      --
      "Frequently wrong, never in doubt."
    14. Re:Radeon may save them... by pantaril · · Score: 1

      Linux has had better support for ATI than Nvidia cards for at least a generation now.

      Oh realy? How many windows games did you try under wine? From my experience anythink but nvidia binary drivers is pain and doesn't work properly for commercial games.

    15. Re:Radeon may save them... by Andy+Dodd · · Score: 1

      Even in the days when NVidia didn't give you drivers, it was far easier to make the desktop drivers work and install with .inf mods (What was the name of the site that specialized in them?) - I NEVER had problems getting the "latest and greatest" on my Dells with NVidia chipsets.

      Similar modifications existed for ATI drivers, but it was a miracle for them to work at all.

      --
      retrorocket.o not found, launch anyway?
  10. Am I missing something here? by Synerg1y · · Score: 0

    The x86 market? Wtf still runs on x86, x64 was meant as the replacement, not side by side architecture. It's superior in every way, shame people can't dev for it proper, but that's not the architecture's problem and enough works on x64 that it's 99.9% impossible for me to justify x86 for anything. A few years ago I was building PCs for clients (my hobby, not profitable at all) with AMD processors for the price point performance. More recently it's been harder and harder to justify AMD over intel even on eco builds. I don't know what's going on with AMD, but I would appreciate a new competitor entering the consumer market that isn't intel or AMD that can compete w the former on some level. Stating they are going to go the x86 route sounds like they are throwing in the towel, I don't see this as a sustainable business strategy, every consumer desktop at best buy on display has been x64 for the past few years.

    1. Re:Am I missing something here? by JDG1980 · · Score: 4, Informative

      When people say "x86" they usually include the 64-bit extensions in this category. Every x86 CPU made today, whether from Intel, AMD, or even Via, supports the AMD64 extensions.

    2. Re:Am I missing something here? by 0123456 · · Score: 1

      Every x86 CPU made today, whether from Intel, AMD, or even Via, supports the AMD64 extensions.

      Some of the netbook Atoms didn't a year or two back; isn't that still the case today?

    3. Re:Am I missing something here? by Archangel+Michael · · Score: 2

      x64 is an extension to x86. What we need a a whole new class of computers designed and built for 64bit architectures. But that calls for a complete redesign of the most popular OS and probably MOBO architecture as well.

      The problem is, who would want to do that?

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    4. Re:Am I missing something here? by AdamJS · · Score: 1

      "x86" in this context means desktop x86 chips, x86_64 chips and AMD64 chips.

    5. Re:Am I missing something here? by Shatrat · · Score: 1

      x86 is a subset of x86_64, or said another way, x86_64 is an extension of x86, just like SSE or MMX but with a lot more new instructions and hardware requirements.
      It sounds like everything you do is x86. The alternative to that architecture isn't x86-64, it's Itanium-64 or ARM or any of the various big iron RISC chips.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    6. Re:Am I missing something here? by Anonymous Coward · · Score: 1

      I've been a /. reader for the past 10 years and your ramblings are the most useless post I've ever encountered here. 99.9999% (all except you) of the readers here understand that AMD will not abandon the 64-bit arch. Btw, the corrrect term is x86-64..

    7. Re:Am I missing something here? by JDG1980 · · Score: 1

      Some of the netbook Atoms didn't a year or two back; isn't that still the case today?

      As far as I can tell, the N270 (Diamondville series) was the last Atom that didn't support 64-bit. A quick Google search indicates that Intel hasn't officially discontinued it, but it seems to be almost impossible to find any new products that contain one. Newegg doesn't have any netbooks using this, though they do sell a 10-pack of Intel Atom N270 motherboards. Since they don't sell individual units, I assume these may be surplus stock (and probably intended for use in embedded systems). Even if the Diamondville series is not officially discontinued, it's definitely on its way out.

    8. Re:Am I missing something here? by lightknight · · Score: 1

      We could just breathe life back into the Alpha architecture.

      As a matter of fact, I believe that MS supports it right up until Windows 2000 (multiple RCs, no release).

      I'd love to have an EV12 processor in my next machine. ^_^

      --
      I am John Hurt.
    9. Re:Am I missing something here? by jones_supa · · Score: 1

      All netbook Atoms do support it now. The early N270 and N280 were the ones that didn't. Then the miniaturized Atom lines (Z, E) apparently lack it.

    10. Re:Am I missing something here? by datavirtue · · Score: 1

      wow

      --
      I object to power without constructive purpose. --Spock
    11. Re:Am I missing something here? by Guy+Harris · · Score: 1

      x64 is an extension to x86. What we need a a whole new class of computers designed and built for 64bit architectures.

      How would "[designing] and [building]" a computer "for 64bit architectures" differ from what's being done now?

      But that calls for a complete redesign of the most popular OS

      I know of no desktop, notebook, or server OSes that would need "a complete redesign" to work on 64-bit architectures - they already work on them; presumably whatever would make the "whole new class of computers" different from the 64-bit computers being sold now is what would require that "complete redesign".

    12. Re:Am I missing something here? by Synerg1y · · Score: 1, Flamebait

      Listen, 10 years have done nothing for you, your still an immature little pos who likes to troll others to make yourself feel better about your worthless life. Your posts are stupid and redundant. Where was your dumb ass when x64 rolled out? You seriously forgot the incompatibilities? I guess working at your tier 1 support job lets you escalate it to your many superiors, but still how f'in dumb can you be? Nobody is talking about abandoning x64 and btw and the correct term is not x86_64 it's x64 for short, nobody uses x86_64 except for argument or research purposes.

      This faggot keeps trailing my posts and prolly has mod points on his real account applying against me, if I cared I'd report abuse, but I don't.

      Seriously dude, gtfo off slashdot and go catch some sunlight or something, calling you a loser would be an insult to the word.

    13. Re:Am I missing something here? by pclminion · · Score: 1

      x86 is a subset of x86_64

      No, it is not. The registers aren't even the same. You can run 32-bit code on it by flipping into the right mode, but that doesn't make it a subset of 64-bit mode.

    14. Re:Am I missing something here? by Archangel+Michael · · Score: 1

      You're talking Windows 7 x64, which is just x86 extended a bit. What I'm talking about is 64 bit Chip, not x86 with 64bit extensions, and all the baggage that comes with it.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    15. Re:Am I missing something here? by Guy+Harris · · Score: 1

      You're talking Windows 7 x64, which is just x86 extended a bit. What I'm talking about is 64 bit Chip, not x86 with 64bit extensions, and all the baggage that comes with it.

      If "a 64-bit chip" is a chip with an instruction set that's not derived from an earlier 32-bit instruction set, why do we "need" such a chip? What problems does the "baggage" of 32-bit instruction set support that all x86-64 chips, all 64-bit PowerPC chips, all 64-bit SPARC chips, all 64-bit MIPS chips, all PA-RISC 2.0 chips, and all z/Architecture chips have, and that future ARMv8 chips will have (look for "Allows AArch32 applications under AArch64 OS Kernel" in the ARMv8 presentation), cause that are so severe that we "need a whole class of computers designed and built for 64bit architectures", with "64bit architectures" being those that lack that "baggage" (and thus meaning "IA-64" at this point, unless you know of a plain to resuscitate Alpha)?

      And why would that require "a complete redesign" of Windows, rather than a rewrite of the low-level platform support code and a new compiler for the new architecture, given that, for example, Windows did support IA-64, and supported it as a 64-bit architecture (unlike its old support for Alpha with a 32-bit address space and 32-bit pointers)?

    16. Re:Am I missing something here? by Archangel+Michael · · Score: 1

      Limited Transistor counts and physical limitations of die size to start. Much of the current x64 chip is just to keep legacy x86 shit running.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    17. Re:Am I missing something here? by Guy+Harris · · Score: 1

      Limited Transistor counts and physical limitations of die size to start. Much of the current x64 chip is just to keep legacy x86 shit running.

      [Citation needed]. At least going by area on the chip, a significant amount on a quad-core Sandy Bridge processor goes to graphics and memory and I/O access and to the shared L3 cache. How many transistors go to, for example, support for segmentation and references to AH and AL and so on? If you're talking about "legacy" in the sense of stuff x86-64 keeps around because it's in the x86 family, rather than its support for 32-bit code, that's another matter - but that's not an issue of being a chip with support for 32-bit code, it's an issue of being a chip with support for x86 CISC code. A reasonably clean 32-bit architecture could, I suspect, be extended to 64 bits without a lot of transistors lost to support for 32-bit code as well.

    18. Re:Am I missing something here? by Kjella · · Score: 1

      Even at the worst of times, the x86 decoder was a few percent of the chips. Today it's more like 0.01% of the chip. The "cruft" instructions have generally been moved to microcode, essentially a software implementation inside the processor and take up no hardware at all. Keep repeating it but nobody who knows what you're talking about will take you seriously.

      --
      Live today, because you never know what tomorrow brings
    19. Re:Am I missing something here? by badkarmadayaccount · · Score: 1

      Dragon chip has x86 acceleration instructions, not a full implementation, and they take 5% of die space. Second, ever try to design a superscalar decoder for x86? The hardware implemented algorithms become large and complicated, but in the real estate budget it goes under the heading superscalar decoder, and not x86 support.

      --
      I know tobacco is bad for you, so I smoke weed with crack.
  11. One thing AMD has over Intel by C_Kode · · Score: 1

    I just upgraded my PC from a Intel E6600 to a AMD Phenom II X6 1100T. I chose AMD, for one reason. How the heat sink / fan attach to the motherboard.

    I have dogs, and kids and my PC doesn't reside protected under a desk. It gets bumped all the time from them playing and those stupid plastic plug brackets that Intel uses to attach the heat sink and fan to the motherboard were absolute garbage. Someone would bump my PC and the heat sink would hang off and cause the CPU to overheat. Not to mention after re-attaching it a few times, the knobs break and you have to buy a new heat sink and fan.

    At least AMD still uses the clamp style that clamps to the socket. There is no way that is going to come off unless you intend to take it off. I won't buy Intel again until they re-design how the heat sink attaches.

    1. Re:One thing AMD has over Intel by JDG1980 · · Score: 2

      Why not just buy a third-party heatsink that comes with its own backplate? You don't have to use the default mounting hardware.

    2. Re:One thing AMD has over Intel by Anonymous Coward · · Score: 1

      For the last three (?) generations of Intel, heat sinc mounting mechanism have been bolted-through the motherboard. Pentium 4 and up. That is significantly stronger than a clamp on the cpu socket.

    3. Re:One thing AMD has over Intel by datavirtue · · Score: 1

      I concur, those things are kind of....I don't want to say junky, but they could have used a different design guess. I boogered my first two heat sinks pretty good. You have to be very deliberate when installing these things. It is rather unfortunate that you have to lapse into deep concentration to mount them. Definitely not to be preformed by a non-professional. It may have been that I was used to mounting heat sink units without studying a set of directions.

      --
      I object to power without constructive purpose. --Spock
    4. Re:One thing AMD has over Intel by StayFrosty · · Score: 1

      No, it hasn't. Intel heatsinks are attached by plastic clips that go through holes in the motherboard. AMD heat sinks are clipped to a bracket that is bolted through the motherboard to a backing plate behind the CPU socket. They use a cam-style locking mechanism to provide tension and keep the heatsink tight while eliminating the prying that was needed on socket 370 and socket A heatsinks.

      --
      "Frequently wrong, never in doubt."
    5. Re:One thing AMD has over Intel by blair1q · · Score: 1

      So they've got the keeps-non-ruggedized-computer-in-dangerous-location market sewed up.

      Everyone else will still be buying Intel for every other possible reason, but AMD's marketing can check this box, at least.

  12. Translation by Vyse+of+Arcadia · · Score: 2

    When we contacted Silverman, he confirmed that the original statement has been taken somewhat out of context and provided additional clarification. 'AMD is a leader in x86 microprocessor design, and we remain committed to the x86 market. Our strategy is to buzzwords buzzwords buzzwords buzzwords buzzwords buzzwords.'

  13. Dear AMD.... by Lumpy · · Score: 1

    I love you guys but recently only have been buying Intel i5 and i7 because your Math coprocessor still stinks badly compared to Intel. For video compression and really heavy maths, I really wanted to use your 6 core processors, but they were slower than the 4 core i7 I bought instead.

    Give me a 6 core that runs like a raped ape and has a really good math coprocessor and I'll be back. give me an 8 core that can also do multi chip on the same motherboard so I can build a 16 core for a cheap price, and I'll be back with a whole lot of friends.

    There are lots of us that actually do real computing that has really heavy math. I know you guys can do this.

    --
    Do not look at laser with remaining good eye.
    1. Re:Dear AMD.... by 0123456 · · Score: 4, Informative

      There are lots of us that actually do real computing that has really heavy math.

      So shouldn't you be using SSE instructions rather than x87?

    2. Re:Dear AMD.... by Anonymous Coward · · Score: 0

      Errr, look into Opterons maybe? 12-core processors going 4-way are over a year old. Now you have 16-core processors, 4-way,

      http://www.newegg.com/Product/Product.aspx?Item=N82E16819113038

      So a 64-core box, if you are looking at math on x86. I can't find anything in similar price range on Intel side that offers 64-cores in a box, or even 32-cores in a box.

      Of course, you could just be trolling and only actually want 1-thread performance anyway.

    3. Re:Dear AMD.... by lightknight · · Score: 2

      Thank You.

      And I think VirtualDub is compiled to take advantage of the AMD64 architecture.

      --
      I am John Hurt.
  14. Because AMD still resembles a threat. by AdamJS · · Score: 1

    Intel is pushing forward because it's beneficial to them at the moment not to rest on their laurels.
    AMD is underperforming, yes, but not so much that Intel is given any real leeway to slack off;
    That is to say, if the i5/i7 lines were only a 5% increase over C2D performance for 1/3 higher price, AMD would have destroyed them, so while AMD hasn't been "real" competition for Intel for quite some time now, they've been good enough to keep the industry trudging along.

    If AMD outright left the market, there would be absolutely no incentive or real immediate threat necessitating actual improvements until desktop ARM chips actually started getting established.

    1. Re:Because AMD still resembles a threat. by Shatrat · · Score: 1

      There would still be an incentive to keep performance/price increasing enough to keep the upgrade cycle going, it just wouldn't be as strong as if they had someone else pushing that same metric in competition. They could also control exactly what rate it grows at, and hold back their outstanding new designs until demand tapered off, then release them in order to obsolete the last generation and start the next wave of upgrades.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
  15. x86 by uigrad_2000 · · Score: 0

    Why do we still use this terminology (x86)?

    I thought the last x86 processor produced was the Pentium Pro

    When the Pentium 4 came out, it was frequently called the "7th generation", but it was never called the 786 or 80786, either formally or informally. Sure, it's just naming conventions, but that's exactly what x86 is about, it's about a trend in naming conventions.

    My new hobby will be referring to processors as having x87 architecture, as a distinction to indicate they support floating point instructions.

    --
    Free unix account: freeshell.org
    1. Re:x86 by Anonymous Coward · · Score: 0

      Because these chips are still compatible with the original 8086?

    2. Re:x86 by TheRaven64 · · Score: 4, Insightful

      When the Pentium 4 came out, it was frequently called the "7th generation", but it was never called the 786 or 80786, either formally or informally

      But they are all x86 compatible, because they can all run code compiled for 8086, 80186, 80286, 80386 and 486 processors.

      My new hobby will be referring to processors as having x87 architecture, as a distinction to indicate they support floating point instructions.

      People do refer to x87 when talking about the FPU on x86 chips. It's commonly used when differentiating it from SSE - modern compilers will emit SSE instructions instead of x87 ones unless you specify a backwards compatible target architecture (PII or earlier).

      --
      I am TheRaven on Soylent News
    3. Re:x86 by Anonymous Coward · · Score: 0

      Errr... because they all run the x86 instruction set? This being the most significant part of the chip with respect to compatibility of software. It defines the basic instructions, memory management/address spaces, etc. (with modifications and refinements over the decades) The chips are backwards compatible and can run legacy x86 code to this day (with caveats, like 16bit code cant run in 64bit mode).

      x87 is a relatively minor subset of the chip. No modern OS or software runs purely in x87. It's origin is just a math co-processor. You might as well call chips SSE because they support SSE instructions.

    4. Re:x86 by lightknight · · Score: 1

      Because the processor (theoretically) supports the x86 instruction set?

      --
      I am John Hurt.
    5. Re:x86 by Dogtanian · · Score: 1

      I thought the last x86 processor produced was the Pentium Pro

      Assuming I understand your pseudo-purist definition of "x86" correctly, one minor pedantry...

      The Pentium Pro wasn't the *last* of Intel's "real" x86 processors, it was the *first* of the RISC-with-x86-wrapper (*) designs that make up all chips today. AFAIK the original Pentium line was the last.

      (*) Some have claimed that the core isn't actually that RISC-like; the point here is that it's not native x86.

      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    6. Re:x86 by Guy+Harris · · Score: 1

      The Pentium Pro wasn't the *last* of Intel's "real" x86 processors, it was the *first* of the RISC-with-x86-wrapper (*) designs that make up all chips today. AFAIK the original Pentium line was the last.

      The poster to whom you're responding said

      When the Pentium 4 came out, it was frequently called the "7th generation", but it was never called the 786 or 80786, either formally or informally. Sure, it's just naming conventions, but that's exactly what x86 is about, it's about a trend in naming conventions.

      in which case the last "x86 processor" was the 80486 - the Pentium wasn't sold as the 80586, it was sold as the Pentium.

      And, given that the internal microops in Pentium Pro and later are not exposed to programs running on the processor, it's irrelevant to a discussion of whether those chips are "real" x86's or not. About the only processors where the question could reasonably be raised as to whether they're "really" x86 or not were the Transmeta chips, where an x86 interpreter and x86-to-native-code translator were, presumably, written in or compiled to the native instruction set and ran from, as I remember, a reserved chunk of main memory.

    7. Re:x86 by Anonymous Coward · · Score: 0

      And, given that the internal microops in Pentium Pro and later are not exposed to programs running on the processor, it's irrelevant to a discussion of whether those chips are "real" x86's or not.

      Yeah, I know- *I* wouldn't argue that point personally. However, I thought it was what uigrad_2000 was trying to say (even though I didn't really agree with it hence my calling it "pseudo-purist"), and was arguing the discrepancy from the point of view of having accepted that, purely for the sake of a correction.

      OTOH, if I actually misintepreted the point uigrad_2000 was trying to make, then fair enough- what I said was irrelevant anyway.

    8. Re:x86 by Dogtanian · · Score: 1

      (Note; I posted the above comment, did not realise I was logged out at the time).

      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
  16. Shame... by Oswald+McWeany · · Score: 3, Insightful

    Shame- I usually support the underdog- and always wanted AMD to be able to run Intel neck-and-neck.

    Nowadays though AMD seems to stand for A Mediocre Design

    I hope they can recapture their mojo and challenge intel again- if for no other reason than to provide a lower pricing incentive to intel.

    --
    "That's the way to do it" - Punch
    1. Re:Shame... by Shatrat · · Score: 1

      I think the problem is that they are competing with Intel to beat them in massively parallel and IO limited applications. This doesn't look good on your average review site benchmarking the processor in Crysis or some PC oriented synthetic benchmarks.
      I think they're still going to be very popular for servers and supercomputers for a long time.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    2. Re:Shame... by aphelion_rock · · Score: 2

      I support the underdog too!

      I can remember the days when Intel had the whole market to themselves, the 486 CPU was over $1,000, worth more than its weight in gold. Then came along Cyrix who started making a cheaper alternative, the price soon dropped to less than $200 per CPU. The manufacturers were still making a profit and the consumers better off.

      As long as the performance is not too far off the mark I will continue to buy AMD.

    3. Re:Shame... by toddestan · · Score: 1

      Hey, don't forget about the Am486!

  17. What about ARM64? by IYagami · · Score: 1

    It will be deployed in 2014:

    http://www.eetimes.com/electronics-news/4230160/ARM-unveils-64-bit-architecture

    "Indeed, the first processors based on ARMv8 will only be announced sometime in 2012, with actual server prototypes running on the new architecture expected in 2014."

    1. Re:What about ARM64? by TheRaven64 · · Score: 1

      I'm not sure where they got the 2014 number from. nVidia aims to have A64 parts shipping in 2012. Possibly the 2014 number is for ARMv8 cores designed by ARM, which are expected to be a bit later.

      --
      I am TheRaven on Soylent News
  18. Inflexion point? by Anonymous Coward · · Score: 0

    Frankly am amazed they even have a wesbite...

  19. Offer it to the Chinese by couchslug · · Score: 1

    China needs a processor company, and even without AMD being leading-edge if their products are sold inexpensively there is a huge potential market worldwide.

    --
    "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
    1. Re:Offer it to the Chinese by blair1q · · Score: 1

      China? AMD already sold it to the Arabs. Who apparently aren't sufficiently impressed with its performance to sink a lot of risky capital into it.

  20. i like AMD! by Anonymous Coward · · Score: 0

    maybe i'm just slow .. but i LUV my EeePC that has a AMD c-50 (dual-core) APU inside.
    it sits on the table (on) and is happy with no powercord for 6+ hours.
    with some google searching and linux voodoo it can even output (via HDMI) 1080p movies to my LCD tv.
    it has 2x usb 3.0(!) ports (which is like 80% as fast as new-fangled COPPER thunderbolt?)
    it's basically my old AMD Athlon 2700+ (from 2003) plus a modern mid/low range GPU
    which was in a lian lee alu full-tower case .. just shrunk to 10 inches. WOW!
    -
    maybe AMD is betting that we HAVE the good software already (like XP?), we don't need MORE software hence MORE CPU grunt, but
    we want smaller computer (that use LESS electricity) that run that good (old) software? *shrug*

  21. There's also the problem that by AdamJS · · Score: 1

    They don't beat the comparative Intel chips at said tasks anywhere near well enough to justify the heat and cost tradeoffs.

  22. what intel needs to do by Anonymous Coward · · Score: 0

    If intel isn't so stubborn about x86 it needs to license the ARM instruction set and do what they always do: out manufacture everyone else, this time in the ARM space, squishing TI, qualcomm and anyone else who's currently in the ARM mix. And when they start to dominate ARM processors then they can "take over" the ARM instruction set and bend it to their will.

    I know it's evil, but it's probably the best way for intel to leverage what it does best to stay on top of the market.

  23. Regressing by datavirtue · · Score: 1

    The Bulldozer release showed AMD's commitment to low-end computers. I opted for Phenom II over Bulldozer because of the architecture changes. My next setup, if not another Phenom II, will be Intel.

    --
    I object to power without constructive purpose. --Spock
    1. Re:Regressing by JDG1980 · · Score: 1

      The Bulldozer release showed AMD's commitment to low-end computers.

      In what way? The Bulldozer architecture is transistor-heavy and uses lots of power, just the opposite of what you want in a low-end computer.

      If anything shows AMD's commitment to low-end x86 computers, it's Bobcat.

  24. AMD vs Nobody by Anonymous Coward · · Score: 0

    AMD doesn't care what any of those companies do. It will still be making microprocessors for your microwave long after x86 and ARM are dead.

  25. Options for AMD by unixisc · · Score: 1

    Given how ARM has been all conquering on portables & embeddeds and in a position to take on laptops, I'm not surprised that AMD is thinking along these lines @ all. If they were to drop 32-bit support from their CPUs, then the 64-bit only CPU would be a RISC CPU, from what I understand, and AMD would find it easier to match promised performances. As for Windoes XP, MS no longer sells it or supports it, and so XP only needs to support existing boxes. If it was just an issue b/w XP and 7, AMD could have dropped 32-bit compatibility already. I think Windows 8 is going to be the point where one sees support for CISC instructions being dropped.

    Incidentally, does AMD have any IP rights to the Alpha? If it does, that's another processor it could resurrect, and offer in a range of bins - from low power to high performance. Slap the Android on it, and they'd have a viable platform for tablets & laptops, while w/ FreeBSD, they could even return to servers. I do think that they'd be incredibly stupid getting into the ARM market, overcrowded as that market already is w/ multiple suppliers. Or else, Intel would have stayed there w/ XScale & succeeded.

    I disagree w/ the GP that Intel is forcing AMD to stay in the x86 business. First of all, anti-trust only means that Intel cannot deliberately cripple AMD in order to gain market dominance, but if AMD, for other business reasons, decided that the platform is a dead end and chose to abandon it, that wouldn't make it an anti-trust case. Besides, a credible argument can be made that there are still other CPU vendors one can choose - MIPS, SPARC, POWER, ARM. Also, if Intel is discovered manipulating AMD business decisions, does anyone think that that itself would come under an anti-trust scanner for being anti-competitive? Does anyone remember Adaptec being under any anti-trust scanner when they acquired Symbios, thereby becoming a monopoly?

    1. Re:Options for AMD by drinkypoo · · Score: 1

      Incidentally, does AMD have any IP rights to the Alpha? If it does, that's another processor it could resurrect,

      Hilariously, I just had this argument on G+. Why bother? Everything important about the Alpha was in Hammer. Alpha is dead, long live Athlon.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    2. Re:Options for AMD by Lonewolf666 · · Score: 1

      Given how ARM has been all conquering on portables & embeddeds and in a position to take on laptops, I'm not surprised that AMD is thinking along these lines @ all. If they were to drop 32-bit support from their CPUs, then the 64-bit only CPU would be a RISC CPU, from what I understand, and AMD would find it easier to match promised performances. As for Windoes XP, MS no longer sells it or supports it, and so XP only needs to support existing boxes. If it was just an issue b/w XP and 7, AMD could have dropped 32-bit compatibility already. I think Windows 8 is going to be the point where one sees support for CISC instructions being dropped.

      I guess the portable market will keep growing and together with MS supporting ARM in Windows 8, eventually it will be big enough to make ARM serious competition for being the most widespread architecture.

      How much of that will be due to Windows 8 remains to be seen. Not being able to run most existing x86 software will be a big disadvantage, and Android may win after all.

      The same caveats apply to dropping 32 bit compatibility from x86. Right now x86-64 (http://en.wikipedia.org/wiki/X86-64) still supports 32 bit programs in compatibility mode. Dropping that compatibility would reduce the available software a lot. Five years from now, it might be different.

      Overall, I doubt it is realistic for AMD to try and resurrect Alpha or another almost-extinct architecture. The opportunity to do so comes maybe once in 20 years, when the dominant architecture is poorly suited to a new class of products. The last such class were smartphones and tablets, and ARM has taken that opportunity.
      But AMD going mostly-ARM and delivering high end, desktop ARM chips? Quite possible, i think.

      --
      C - the footgun of programming languages