Slashdot Mirror


Power-Light Power Chips

DD writes to tell us ZDNet is running a story about a new Santa Clara, CA based startup that is boasting a new line of low-power, Power chips, the same architecture found in current day Macs and IBM servers. From the article: "The company's first so-called PWRficient chip will feature two processing cores, run at 2GHz and consume on average about 5 watts, thanks to an emphasis on integration and circuit design. At a maximum, it will consume 25 watts, far less than the single-core Power chips that can hit 90 watts found on the market today."

50 of 186 comments (clear)

  1. Embedded market by Thanatopsis · · Score: 4, Insightful

    According to the article they are going to focus on the embedded market. I guess they mean the embedded market that need 2 GHZ embedded chips.

    1. Re:Embedded market by supabeast! · · Score: 5, Insightful

      From the article:

      "The PWRficient actually won't come out for two years, so it's hard to predict exactly how it will stack up against the competition."

      In two years a 2 GHZ dual core will probably be a good option for a high-end embedded CPU.

    2. Re:Embedded market by afidel · · Score: 5, Informative

      Uses
      Print rasterizers: I have printers with imaging engines capable of 30+ppm but I rarely achieve it in the real world because the printers are hobled by a measly ~500Mhz rasterizer.
      Networking equipment:If you want to do any kind of complex routing or switching in a truely flexible manner without ASICS you are going to need as fast of a processor as possible.
      Complex analyisis of data in an appliance:Antispam appliances are often limited in the algorithms they use because the cost in processing time for some of the better ones are too expensive to apply to the volume of messages they are supposed to handle.
      etc.

      While I am aware that there are large swaths of the embedded market where nothing more complex than a microcontroller is needed I am also cognizant of the fact that there are many areas where a more powerfull embedded processor which is still energy efficient is still very usefull.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    3. Re:Embedded market by wowbagger · · Score: 4, Interesting

      Actually, YES, the embedded market that needs 2GHz chips - folks like me doing signal processing for communications, among other things. Do you have any idea how many operations per second it takes to do an echo canceler for a phone, or to do GSM or CDMA decoding in software (if you want a system that can adapt to new protocols - a software defined radio or SDR - you need to use a more general purpose part than the dedicated ICs for this), or to do the latest 802.11 protocols, or to do video decompression, or ....

      Yes, Virginia, there is a market for 2GHz processors in the embedded space.

    4. Re:Embedded market by TheRaven64 · · Score: 4, Insightful
      It's not like Tivo's video encoding/decoding takes up any processing time.

      No, it's not if they've got any sense. At least, not general purpose CPU time. Dedicated video compressor / decompressor chips get much more performance per watt, and usually more performance per $ as well when compared to general purpose hardware. The iPod video can play H.264 clips that a moderately fast G4 struggles with - and not because the iPod has a faster CPU.

      --
      I am TheRaven on Soylent News
    5. Re:Embedded market by Doctor+Memory · · Score: 2, Informative

      Of course, it's a little harder to upgrade a hardware codec, so you're locked into supporting whatever yesterday's killer format was, instead of what people want today. What you really want is some general-purpose hardware you can reconfigure without too much pain. Say a speedy processor to pump data to a DSP chip or two....

      --
      Just junk food for thought...
    6. Re:Embedded market by TheRaven64 · · Score: 2, Informative

      Many of these ASICs are in fact FPGAs. In volume, a decent sized FPGA can be bought for under $2. The contents of the chip is stored in a 2Mb flash chip, and can be re-flashed if new codecs are required. Some FPGA manufacturers even give you the design for a simple PowerPC core, so you can run a general purpose OS on part of the chip and feed data to the hardware CODECs.

      --
      I am TheRaven on Soylent News
    7. Re:Embedded market by wowbagger · · Score: 5, Informative

      Because the difference between a DSP and a normal CPU is very small now-a-days.

      It used to be that only DSPs had multiply and accumulate instructions - now many CPUs do (the Power being among them).

      It used to be that only DSPs had the register count to do an FFT without having to spill to memory during the butterflys - the Power also has enough registers to avoid having to spill to memory in the innermost butterflys.

      It used to be that only DSPs had the fast barrel shifters for single-cycle shifts of more than one bit position - now most CPUs have them.

      I can go on and on - but simply put, the only real difference between a DSP and a modern CPU is that very few DSPs are clocked at 2GHz, while many CPUs are.

      The really fast DSPs are the ones like the TI C6X family - which get their "speed" from being very long instruction word processors, much like the Itanium. They don't have a very high clock speed - the fastest C6x is running about 1GHz. They are benchmark queens - the will do a 4096 point FFT blindingly fast. Oh, you wanted to do something ELSE with the data after you did the FFT? Sorry, but now you are going to lose most of that speed as the code falls out of cache, and as you run out of vectorizable code and stall most of the cores. Besides, you can get just as much speed-up using the vector instructions of a modern CPU (Altivec/SSE etc.) as you do from the C6X processor.

      They also suck when you are doing protocol as opposed to signal processing - DSPs *hate* jump instructions, and don't EVEN think of asking them to do a context switch - they are like a drag racer, they go fast until you ask them to TURN.

      In short, the days of the DSP as the king of signal processing are past - you can do more with a general purpose processor and an FPGA than you can with DSPs for the same amount of board real-estate, bill of materials cost, and power consumption.

      Sorry, but since this is actually what I do for a living, I know from first-hand experience that DSPs really aren't all they are cracked up to be with respect to regular processors now-a-days.

    8. Re:Embedded market by wowbagger · · Score: 2, Informative

      "But it still seems like you're replacing a rather inexpensive part ($1-$5 DSP or $3-$10 FPGA) with a God-awefully expensive CPU ($20-$50)."

      Oh, that was FUNNNEEEEEYYYY! Tell me another one, please!

      The 400 MHz version of the C6x runs about US$21 in 1K quantity.

      There is no price advantage, no real performance advantage, no real board real-estate advantage, no real power advantage to DSPs. They are harder to do REAL work with than general purpose CPUs. The flat SUCK at context switching or interrupt service.

      Like I said - I do this for a living - have been for over a decade. I am not just some /bot wanking off in his parents' basement spouting off on subjects he read about on Wikipedia. I've designed several pieces of gear, some of which have flown on the Shuttle, and which have sold many tens of millions of dollars worth of gear. I work with prototype silicon from TI, IBM, Xilinx, Altera, and other vendors.

    9. Re:Embedded market by Bastian · · Score: 2, Interesting

      It actually reminds me of two SiliconGraphics Indigo2s (the teal ones) that we had at work. One had the the 2D graphics accelerator, and the other had the low-end 3D accelerator.

      While the one with the 3D acceleration was super-fast for wireframe work, rendering any 3D graphics with a fill was noticeably faster on the computer with the 2D card. The problem was that there was no 2D acceleration on the 3D card. Any speedup you gained on the 3D coordinate transforms was more than lost when the time came to draw all those pixels.

    10. Re:Embedded market by Superfarstucker · · Score: 3, Interesting

      This reminds me about a story of an engineer, a toaster, a king and a computer 'scientist'.

      Once upon a time, in a kingdom not far from here, a king summoned two of his advisors for a test. He showed them both a shiny metal box with two slots in the top, a control knob, and a lever. "What do you think this is?"

      One advisor, an engineer , answered first. "It is a toaster," he said. The king asked, "How would you design an embedded computer for it?" The engineer replied, "Using a four-bit microcontroller, I would write a simple program that reads the darkness knob and quantizes its position to one of 16 shades of darkness, from snow white to coal black. The program would use that darkness level as the index to a 16-element table of initial timer values. Then it would turn on the heating elements and start the timer with the initial value selected from the table. At the end of the time delay, it would turn off the heat and pop up the toast. Come back next week, and I'll show you a working prototype."

      The second advisor, a computer scientist , immediately recognized the danger of such short-sighted thinking. He said, "Toasters don't just turn bread into toast, they are also used to warm frozen waffles. What you see before you is really a breakfast food cooker. As the subjects of your kingdom become more sophisticated, they will demand more capabilities. They will need a breakfast food cooker that can also cook sausage, fry bacon, and make scrambled eggs. A toaster that only makes toast will soon be obsolete. If we don't look to the future, we will have to completely redesign the toaster in just a few years."

      "With this in mind, we can formulate a more intelligent solution to the problem. First, create a class of breakfast foods. Specialize this class into subclasses: grains, pork, and poultry. The specialization process should be repeated with grains divided into toast, muffins, pancakes, and waffles; pork divided into sausage, links, and bacon; and poultry divided into scrambled eggs, hard-boiled eggs, poached eggs, fried eggs, and various omelet classes." "The ham and cheese omelet class is worth special attention because it must inherit characteristics from the pork, dairy, and poultry classes. Thus, we see that the problem cannot be properly solved without multiple inheritance. At run time, the program must create the proper object and send a message to the object that says, 'Cook yourself.' The semantics of this message depend, of course, on the kind of object, so they have a different meaning to a piece of toast than to scrambled eggs."

      "Reviewing the process so far, we see that the analysis phase has revealed that the primary requirement is to cook any kind of breakfast food. In the design phase, we have discovered some derived requirements. Specifically, we need an object-oriented language with multiple inheritance. Of course, users don't want the eggs to get cold while the bacon is frying, so concurrent processing is required, too."

      "We must not forget the user interface. The lever that lowers the food lacks versatility, and the darkness knob is confusing. Users won't buy the product unless it has a user-friendly, graphical interface. When the breakfast cooker is plugged in, users should see a cowboy boot on the screen. Users click on it, and the message 'Booting UNIX v. 8.3' appears on the screen. (UNIX 8.3 should be out by the time the product gets to the market.) Users can pull down a menu and click on the foods they want to cook."

      "Having made the wise decision of specifying the software first in the design phase, all that remains is to pick an adequate hardware platform for the implementation phase. An Intel 80386 with 8MB of memory, a 30MB hard disk, and a VGA monitor should be sufficient. If you select a multitasking, object oriented language that supports multiple inheritance and has a built-in GUI, writing the program will be a snap. (Imagine the difficulty we would have had if we had foolishly allowed a hardware-first design strategy to lock us into a four-bit microcontroller!)."

      The king wisely had the computer scientist beheaded, and they all lived happily ever after.

      BUT... BUT..!!!

  2. Amazing by Namronorman · · Score: 2, Insightful

    This is simply amazing, and if they're even remotely as powerful compared to their future competitors and their initial cost is not so bad, you could easilly factor in the energy savings for spending more on hardware versus spending more on electricty.

    --
    $fortune
    Tomorrow has been canceled due to lack of interest.
    1. Re:Amazing by Thanatopsis · · Score: 4, Informative

      It is amazing expecially when you consider that many current Intel chips suck down 150 watts at 2.8 GHZ. This isn't like Transmeta either. The team at PA Semi are some pretty heavy hitters in the chip design world.

  3. Re:Lower power, but cooler? by serialdogma · · Score: 2, Informative

    ICs pretty much just turn electric energy into thermal energy, power computation wise.

  4. Apple by ZachPruckowski · · Score: 3, Interesting

    So are they going to be regretting moving away from that? I mean, that would have an appeal in a low to middle end laptop that can run for 12 hours or something. I'd certainly pay for it. I'm impressed with my iBook battery as it is, but it is just shy of being able to cover all my needs in a day. Or at least, usually have to think about charging it. An 8 hour laptop would be great for people on the move, like students, or amateur filmmakers.

    1. Re:Apple by wvitXpert · · Score: 2

      This isn't going to be a laptop class chip, when it comes out it will be better suited to herald the comeback of the Newton.

    2. Re:Apple by Egregius · · Score: 3, Insightful

      They won't regret moving away. This startup is aimed at embedded chips, not desktops. Furthermore, Apple hasn't completely *abandonned* Power just yet. And it's not like Apple can base it's productline on a small start up with no real guarantees it can meet Apple's demands.

    3. Re:Apple by yamla · · Score: 4, Insightful

      Hardly. These chips aren't due out for two or three YEARS. Let's assume for the sake of argument that they ship IN BULK in two and a half years, an obviously optimistic estimate. Should Apple be satisfied with dual-core 2 Ghz laptops in the spring of 2008? I certainly hope not. While the power usage is sweet, we are looking at less than a 20% increase in speed (assuming you can safely compare clock speeds which, as we know from Intel and AMD, is not a good assumption) for a single core over that time. Even with dual core, that's pretty pathetic.

      Now, if these chips were shipping in bulk TODAY and were able to be ramped up to 3 or 4 Ghz over the next six to twelve months, then maybe Apple might start regretting moving away from the G4 and G5 CPUs. That is, it'd be a toss-up at that point. As it is, this is far too little too late for Apple's laptops.

      Of course, this rests on the assumption that Apple cares about processing power.

      --

      Oceania has always been at war with Eastasia.
    4. Re:Apple by Jozer99 · · Score: 2, Funny

      2008? By then, we will have 1.8 GHz powerbooks! The world we live in today!

    5. Re:Apple by hattig · · Score: 2, Informative

      Indeed, it is too late for Apple right now ... just as they switch to Intel something comes out that *may* be vastly more performant per Watt and far more integrated (meaning cost savings).

      Anyway, for more information on the core of this new processor: http://www.realworldtech.com/page.cfm?ArticleID=RW T102405055354&p=3

      The last line is very interesting: "per core typical power at 4W and worst case at 7W"

  5. I feel a great disturbance in the Force by katana · · Score: 5, Funny

    As if millions of Apple customers suddenly cried out, and were silenced.

    1. Re:I feel a great disturbance in the Force by Salandarin · · Score: 2, Funny

      "As if millions of Apple customers suddenly cried out, and were silenced."

      I think you mean "As if dozens of Apple customers..."

      *hides*

  6. finally by kevin.fowler · · Score: 5, Funny

    What a relief. Implement this en masse and a dormitory full of idling computers running aim won't use as much energy as a small country anymore.

    --
    Bury me in mashed potatoes.
  7. I'm just wondering: by mctk · · Score: 3, Interesting

    How much power do processors use relative to the rest of the computer? It seems that hard drives and fans would use the majority of power (not to mention monitors and speakers if present).

    --
    Paul Grosfield - the quicker picker upper.
    1. Re:I'm just wondering: by Wesley+Felter · · Score: 2, Informative

      A hard drive only uses about 10W, and a typical PC only has one. IIRC, fans use about 1/3 as much power as the components they're cooling. So processors are still using a large fraction of a computer's power.

    2. Re:I'm just wondering: by masklinn · · Score: 4, Informative
      It seems that hard drives [...] would use the majority of power

      The average 3"5 (desktop) hard drive (aka 7200RPM SATA/ATA133) runs around 7W idle and about 10W in seeking, high-perfs being a bit higher (12W seeking for 72Gb 10000RPM Raptor drive)

      Notebook 2"5 5400RPM drives run around 1W idle (0.8W for a Samsung M40 MP0402H) and around 3W seeking.

      It seems that [...] fans would use the majority of power

      The fans I can check right now all fall between 0.15 and 0.30A, 12V.

      This means that running them at max tension (12V) you're looking at 1.8W to 3.6W. Undervolt them at 7V and you fall between 1 and 2W.

      And these are specs for 80mm to 120mm fans

      So no, hard drives and fan often ain't the worst offenders as far as power consumption goes.

      --
      "The way we can tell it's C# instead of Haskell is because it's nine lines instead of two." -- wadler
    3. Re:I'm just wondering: by toomim · · Score: 2, Informative
      Nope, the display backlight uses the majority of the power. (See data here.)

      • Power usage difference from display backlight:
        • 18% (Set at 1 bar)
        • 36% (Set at 8 bars)
        • 60% (Full Intensity)
      • From running iTunes:
        • 12% (Reduced Performance)
        • 24% (Highest Performance)
      • Airport: 14% (Relative to Airport off)
      • Internal Speakers: 3.5% (Relative to headphones)
      • Keyboard backlight: 3% (Keyboard lit all the time)
      • Bluetooth: 2% (Relative to Bluetooth off)
      • USB Load: 0% (A powered hub draws no current from the computer)
  8. This vs ARM Cortex A8? by Sam+Haine+'95 · · Score: 4, Interesting

    I wonder how this will compare to the ARM Cortex A8 in 2007?

  9. G5 Powerbooks! by ejoe_mac · · Score: 2, Funny

    Come on, please let this be true!

  10. Vaporously Delicious by brogdon · · Score: 4, Funny

    "The company's first so-called PWRficient chip will feature two processing cores, run at 2GHz and consume on average about 5 watts, thanks to an emphasis on integration and circuit design. At a maximum, it will consume 25 watts, far less than the single-core Power chips that can hit 90 watts found on the market today."

    Also, thanks to our patented Vapor-based architecture, we've been able to build our level-2 RAM cache out of a giant cloud of gaseous water! And we've licensed our chips to be in the Phantom Game Console! And they'll even run Duke Nukem Forever! As we speak the SCO group is printing out some infringing Linux code with them to use as evidence in an actual trial!

    --


    This tagline is umop apisdn.
    1. Re:Vaporously Delicious by Thanatopsis · · Score: 4, Informative

      Well except the guys at PA Semi have actually designed and shipped chips.
      Here's some Bios
      Dan Dobberpuhl, President and CEO

      Dan Dobberpuhl, President and CEODan Dobberpuhl, who cofounded P.A. Semi in July 2003, has been credited with developing fundamental breakthroughs in the evolution of high-speed and low-power microprocessors. Prior to founding P.A. Semi, Dobberpuhl was vice president and general manager of the Broadband Processor division of Broadcom Corporation. He came to Broadcom via an acquisition of his previous company, SiByte Inc., founded in 1998, which Broadcom acquired in 2000. Before that, Dobberpuhl worked for Digital Equipment Corporation for more than 20 years, where was credited with some of the most fundamental breakthroughs in microprocessor technology. In 1998, EE Times named Dobberpuhl as one of the "40 forces to shape the future of the Semiconductor Industry." In 2003, he was awarded the prestigious IEEE Solid State Circuits Award for "Pioneering design of high-speed and low-power microprocessors."

      Dobberpuhl holds 15 patents and has many publications related to integrated circuits and CPUs, including coauthorship of the seminal textbook Design and Analysis of VLSI Circuits, published by Addison-Wesley in 1985. He holds a bachelor's degree in electrical engineering from the University of Illinois.

      Nah - he knows nothing about processor design - but random dude at slashdot know more.

      Rest of the team's bios

      BSD

  11. But will it have AltiVec? by lax-goalie · · Score: 2, Interesting

    The big question is will it have a vector processor? If so, it could end up in an Apple design, if for no other reason, to keep the pressure on Intel. If not, this is simply another PowerPC embedded CPU...

  12. What a business plan!!! by IGoChopYourDollars · · Score: 5, Funny

    1) design a low-power-consumption high-performance PowerPC chip that would be ideal for Apple to use
    2) keep the development so secret that spouses are kept in the dark
    3) launch the product after Apple has already abandoned PowerPC
    4) ???
    5) PROFIT!

  13. P-p-p-power by InvisibleSoul · · Score: 2, Funny

    Maybe this new Power chip can power the P-P-P-Powerbook...

    http://www.p-p-p-powerbook.com/

  14. Yes by Wesley+Felter · · Score: 3, Informative

    According to the Web site it has AltiVec. By 2007 I think Apple will have switched completely to Intel, never to look back.

  15. Honestly, I don't care... by OneByteOff · · Score: 2, Interesting

    I've been using a laptop in some fashion for the past 5 years. Honestly to me power and peformance are significantly more important than battery life. While I may stand alone or even stand with a small crowd of like minded people, I believe that current battery life is sufficient. Honestly I can't imagine sitting anywhere for more then 2 hours (roughly my Inspiron 9300's battery life) and if I did find myself in that situation I'd just power down, pop in my spare battery and go about my business for another two hours.

    What I believe is important and newsworthy is the introduction of Dual-Core Laptops and Dual-Dual-Core Laptops which may not get 2-3 hours battery life, but can be used by power users to get close to desktop performance out of their laptop. When I'm onsite at a clients and need to run John the Ripper or encrypt/decrypt some folders in Windows, I really really wish my notebook had more raw processing power.

  16. 25w is way too high! by mattnuzum · · Score: 2, Interesting

    I just designed a complete computer that uses less than 3 watts! (more details)

    Admittedly, it probably does far less than a power based computer. It runs at 1 MIPS, has only 64 bytes of RAM and spends most of its time sleeping, but on the plus side, it costs less than $10 to build and while sleeping uses about .05 watts of power.

    Imagine a beowolf cluster of these babies!

    1. Re:25w is way too high! by Jeff+DeMaagd · · Score: 3, Insightful

      The chip that you use should only consume a few nanowatts of power, so there's room for refinement.

      I've used those 8 pin PICs, they are pretty nice. I ran straight from battery power, a linear regulator is too wasteful. It was for a hazardous material area where running power was undesirable and the battery cell had to last a year. I powered sensors directly from the output of one pin, so I can turn the sensors on only when taking a reading. Obviously, it's only useful for low current devices, but other than maybe the speaker, I see no high current devices preventing the technique from being used on several of the inputs.

  17. POWER != PowerPC by frankie · · Score: 3, Informative

    These are (theoretically, since they don't exist yet) based on the POWER architecture used by IBM big iron servers, which is related but incompatible to the PowerPC chips in Macs. Different pinouts and almost certainly no Altivec.

    Perhaps if this company had existed a couple years ago, Lord Steve might have given them an audition before jumping to Intel. But even if they somehow got their current chips to mass production in industry-record time, they would still be years away from being able to ship a PowerPC version.

    1. Re:POWER != PowerPC by raftpeople · · Score: 2, Informative

      From the IBM website:

      About Power Architecture
      Power Architecture(TM) technology is an instruction-set architecture that spans applications from consumer electronics to supercomputers. Power Architecture encompasses PowerPC®, POWER4(TM) and POWER5(TM) processors. What makes this microprocessing technology so different -- and such a breakthrough? Scalability, flexibility and customization. Power is built on an open architecture, making it an open ecosystem that supports freedom of action in the marketplace.

  18. Power Cycle by Doc+Ruby · · Score: 2, Interesting

    Didn't Apple dump the PowerPC line because its power demand projections in upcoming generations meant more heat (less efficiency) than the Intel x86 competition? Why not just use these chips? Will we actually see a cross-platform Mac strategy, with Apple playing Intel(/AMD) against PPC makers like this, with the same MacOS running on either? Will Apple actually pull off delivering a simple interface for installing software from source, with consistent builds/runs across both Mac platforms? Who knows what to believe anymore?

    --

    --
    make install -not war

  19. POWER, or PowerPC? by Onan · · Score: 2

    I have a pretty hard time taking seriously the claims of a company that appears to consider the POWER and PowerPC chips interchangeable. Yes, they are related, but they're pretty substanially different beasts--especially when it comes to power consumption. I seem to recall that current POWER units consume over a kilowatt each. Yes, really.

    1. Re:POWER, or PowerPC? by TheRaven64 · · Score: 2, Interesting
      I have a pretty hard time taking seriously the claims of a company that appears to consider the POWER and PowerPC chips interchangeable

      You mean like IBM? Since the POWER3 (I think, maybe the POWER4) they have used POWER and PowerPC more as marketing terms (POWER means expensive, PowerPC means cheap) than as an indication of instruction set. The current POWER4/5 chips use the PowerPC instruction set. AIX on these systems will trap the few POWER instructions that are not part of PowerPC and emulate them.

      --
      I am TheRaven on Soylent News
  20. 5 watts? by Egregius · · Score: 2, Informative

    This article says it's 13 watts, with 25 watts at peak. A little early start on the number juggling eh?

  21. PR from start-ups... by Gruneun · · Score: 2, Interesting

    will feature... will consume 25 watts

    versus

    far less than the single-core Power chips... on the market today

    You be the judge.

  22. Power Architecture == PowerPC by Wesley+Felter · · Score: 2, Informative

    The old POWER instruction set is dead; no one uses it any more. These days Power Architecture is PowerPC. And this new processor does have AltiVec. Pinouts are irrelevant since they were never standardized in the first place.

  23. Did anyone else read that as poker chips? by jonfelder · · Score: 2, Funny

    I kept read that as poker chips, and couldn't figure out for the life of me what technology was in IBM servers that would be utilized in a poker chip.

  24. Impressive? by jiushao · · Score: 2, Insightful

    So, we get dual-core 2.0 GHz and 25 watts in two years? Without any more information this is far from impressive. Intel will have Yonah out in volume early 2006, which is dual-core, expected to clock to well over 2 GHz and with fairly low maximum power requirements (the current rumor is that the 2 GHz version will be in the ballpark of 30 watts TDP). In another two years this POWER chip has better offer some pretty kicking IPC or it'll be fairly uninteresting.

  25. Here, let me help you: by leoxx · · Score: 2, Insightful

    1) design a low-power-consumption high-performance PowerPC chip that would be ideal for Apple to use
    2) keep the development so secret that spouses are kept in the dark
    3) launch the product after Apple has already abandoned PowerPC
    4) Ignore Apple because they are irrelevant. Instead, sell stuff to the many companies who consume more PPC chips than Apple ever could now or in the forseeable future.
    5) PROFIT!

  26. A much better description of the architecture by NoNickNameForMe · · Score: 2, Informative