Home > Articles > Hardware > Upgrading & Repairing

CPU Wars, Part 2: POWER to the People

📄 Contents

  1. A Separation of POWERs
  2. Hi, SPARC-y
  3. Whats Next?
In the second article of a three-part series, David Chisnall examines the current state of the CPU industry. Part 1 looked at general trends. Part 2 focuses on two of the surviving RISC families: POWER and SPARC.
Editor's Note: Be sure to check out Part 1 of this series.
Like this article? We recommend

Part 1 of this series took a broad look at the state of the CPU industry and what general trends existed. This week, we’ll examine the two survivors of the workstation-targeted RISC families: PowerPC and SPARC.

A Separation of POWERs

IBM’s POWER line began as a very high-performance multi-chip product. The POWER2 was the first in the series to be a microprocessor, in 1996. Back in 1991, IBM began a collaboration with Apple and Motorola to create the PowerPC architecture. This was very similar to the POWER instruction set, although neither was a subset of the other. Some compilers, including GCC, can output code that just uses the common subset, however; and AIX running on PowerPC chips would trap POWER-specific instructions and emulate them in software.

Starting with the POWER3, IBM blurred the line further. The POWER3 implemented the 64-bit PowerPC instruction set, as well as the POWER2 instruction set. Thus, all recent POWER chips have also been PowerPC chips (although the converse is not true).

The PowerPC was intended to replace both Motorola’s aging 68000 series and Intel’s 8086 series. It included a number of features to make emulating both of these architectures easier, including special instructions for supporting both big-endian and little-endian operating systems.

PowerPC never made the inroads into the desktop market that IBM and Motorola wished, but it has been hugely successful in the embedded market. Microsoft released Windows NT 4.0 for PowerPC, but few machines running it were sold. IBM’s OS/2 port took too long and never sold. Only Apple made any inroads into the desktop market, but has now abandoned PowerPC in favor of x86 chips.

IBM sells PowerPC 970 and POWER5+ workstations, but these are considerably more expensive than similar Opteron offerings.

This year sees IBM moving to the POWER6, replacing its current high-end CPUs. The main market for the POWER-branded chips is high-performance computing—the POWER5 series has been very popular among supercomputer builders—although many of the technologies featured are likely to trickle down into PowerPC-branded systems eventually. One thing, however, has migrated the other way: VMX.

Motorola introduced vector extensions into its PowerPC line with the 7400 series, which IBM collaborated in designing but didn’t manufacture. These were added to the PowerPC specification with version 2.03. IBM has implemented these extensions with the PowerPC 970 series of chips, but they’ve been absent from the POWER line. This situation will change with the POWER6, which incorporates the vector instruction set (dubbed VMX by IBM, AltiVec by Motorola, and Velocity Engine by Apple).

Another interesting feature is the addition of a decimal floating-point unit. This change is important for financial institutions, in which a fixed number of decimal places of accuracy is often required. It’s impossible to represent many common decimals as nonrecurring binaries. The value 0.2, for example, recurs after the eighth binary digit, and 0.1 after the ninth. This leads to rounding errors, which are a big problem when dealing with money. Languages such as COBOL and recent versions of Java provide support for decimal arithmetic to avoid this problem, but emulating this arithmetic on a machine that doesn’t natively support it can be very slow. This reasoning is thought to be part of IBM’s initiative to consolidate all of its computing products, from workstations to mainframes, on a single architecture.

The thing that makes the POWER6 most remarkable is the clock speed. In an era when everyone else is moving to more—slower—cores, IBM plans to release a chip at 5 GHz. This is likely to give IBM the best single-thread performance for a while (and, consequently, the best overall performance, if you use enough chips), which should present an advantage in some markets.

It should come as no surprise that the POWER6 supports SMT, since IBM was the first to market this feature in a general-purpose CPU with this in earlier POWER processors (the first to market overall was Sun, with a CPU aimed at Java applications). Another IBM first was virtualization; System/360 derivatives were the first to support virtualization, and IBM has included hardware support for virtualization in all recent products. The POWER6 is expected to support 1024 virtual partitions, although it’s unlikely that quite this many will be needed for a while.

Although the POWER6 is an incremental improvement on the POWER line, IBM has several other CPU products, the most interesting of which is the Cell, co-developed with Sony and Toshiba. The most unusual feature of the Cell is that it’s a heterogeneous multicore design. Most other multicore processors have two or more copies of the same core, while the Cell has one core of one kind and eight of another.

The first core is a fairly simple PowerPC. This is a 64-bit design, similar to the PowerPC 970 in capabilities but with two-way SMT and without out-of-order execution. This core can run existing PowerPC code, but when the CPU is busy it’s mainly responsible for coordinating the other eight, known in IBM buzzword lingo as Synergistic Processing Units (abbreviated to SPU by everyone who is too embarrassed to say "Synergistic" in polite company). I’m not going to talk much about the Cell, because it has been covered in exhaustive detail everywhere else already, but I will cover a few key points.

The SPU is basically an extended VMX unit with a few other instructions. The extended VMX instruction set (VMX128) is most notable for having 128 registers, rather than the standard 32. Since each of these registers is 128 bits wide, this gives 16KB of space in registers—a number not far off the size of level-1 cache in other processors.

The most interesting feature is not the instruction set, however, but the memory architecture. Rather than having a cache that’s transparent to the programmer, the 256KB of RAM that’s local to the SPU is directly exposed, along with instructions to perform bulk DMA transfers between it and main memory (or memory belonging to other SPUs).

In recent years, IBM has put a lot of its weight behind Free Software, and Linux in particular. This makes sense from the perspective of IBM as a whole, since IBM is a services company that tries to give customers the product they want, whatever it is—and a big support contract to go with it. This approach may well have a knock-on effect for IBM’s CPU arm, since Linux runs just as well (and in some cases better) on POWER/PowerPC as x86. For customers looking at thin clients or simple workstations, PowerPC designs originally aimed at the embedded market might be a good choice. For those looking at high-end servers, the POWER6 may be cost-effective. Without the need to run Windows, there’s a great deal more flexibility in the possible architectures.

FreeScale

FreeScale, formerly Motorola’s CPU division, has been shipping PowerPC chips since the beginning. FreeScale was still providing Apple with laptop chips before the Intel switch, but the design wasn’t updated much in recent years. While still shipping a large number of PowerPC chips, they tend to be mainly for the embedded market (thirty or so in every new BMW, for example).

The FreeScale PowerPC 74xx series (the G4, to Apple users) was seriously limited by the slow front-side bus speed, which made it almost impossible to keep the vector unit fed with data. The successor to this design, the e600, is due out early in 2007, and is expected to feature a dual-core design running at up to 1.5 GHz, with the e700 taking this speed up to 3 GHz and adding 64-bit support. When these chips were first announced in 2004, they seemed obvious contenders for a PowerBook upgrade. Now, their place seems a little more uncertain.

PA Semi

After the death of the Alpha, some of the brightest CPU designers in the industry were scattered. Many ended up at AMD and worked on the Opteron. A few went to Intel and worked on XScale. Two have now formed their own company, PA Semi, and are working on PowerPC designs.

PowerPC grew out of a collaboration between three companies, and IBM has always been keen to encourage others to use the architecture, hoping to displace x86. This setup has worked quite well in the embedded sphere, with the PowerPC 4xx series being very popular with ASIC designers who want to add a little bit of custom logic to an existing design. It’s also found at the core of a number of higher-end FPGAs, allowing an existing operating system to run on the PowerPC core and offload application-specific workloads to custom logic in the FPGA. Most PowerPC designs tend to focus on the bottom end of the market, however.

PA Semi is more ambitious. Its recently unveiled PWRficient design is squarely aimed at the performance-per-watt target. Featuring two 2 GHz 64-bit cores, it’s an impressive design. The chip features DDR2 controllers and 2MB of level-2 cache. These aren’t attached to the cores directly; instead, they’re connected via a crossbar, giving either CPU direct access to the cache, and the cache controller direct access to both memory controllers.

The same crossbar is used to attach a number of other dedicated processing units. These include 10-gigabit Ethernet controllers, DMA engines, and a TCP offload engine. The DMA controller, being connected to the crossbar, is capable of moving data between any of the I/O components and memory (including I/O-to-I/O and memory-to-memory transfers) in a way somewhat reminiscent of the Cell. Perhaps the most interesting features is that the chip implements a significant portion of iSCSI in hardware, as well as IPSec/SSL and common RAID functions. This makes these chips an ideal choice for lower-power NAS controllers.

In spite of expected performance close to that of the PowerPC 970MP, the power dissipation of the chip is claimed to peak at only 25 W at 2 GHz, dropping to 10 W for the 1 GHz variant, compared to around 80 W for a 2 GHz dual-core 970MP, which requires additional chips for memory, PCIe etc. controllers.

The PWRficient line looks like the ideal part for a non-x86 laptop, but we don’t see a lot of people lining up to manufacture those now that Apple has left the market. IBM might have been interested in a ThinkPad that could run AIX, but has now sold its laptop arm to Lenovo. I’ll be very interested to see what products do end up using the chips; the fact that QNX and Wind River are both partners of PA Semi indicates that they’re aiming hard at the embedded/real-time market, and I expect that a low-power, high-performance chip of this nature is going to give rise to a lot of exciting products in the next few years.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020