Apple to move away from Intel?
-
Intel definitely has the most sophisticated architecture - but they're also saddled with the incumbent tax of allocating chip real estate to legacy functions.
Intel's main competitive advantage is native compatibility with business applications going back to time immemorial.
Apple doesn't have to deal with that - and can do more with less.
It's the same reason why an iPhone can have better performance than many Android phones that have superior on-paper tech specs.
Intel is an engine maker (an engine that goes into many cars). Apple gets to build the car end to end to tune all parts accordingly.
Or a different analogy. Intel builds lego pieces, Apple chisel's devices out of a block of stone.
-
@xenon said in Apple to move away from Intel?:
Intel is an engine maker (an engine that goes into many cars). Apple gets to build the car end to end to tune all parts accordingly.
Let's run with that analogy a bit further. Today, Apple uses the Intel engines to power their laptops and desktops and servers, and Apple uses their own ARM-based engines to power the iPhones and iPads. It's like using one line of engines to power cars and SUVs, and a different line of engines to power scooters, motorcycles, and lawnmowers. Now Apple wants to use the same line of engines to power everything, like using the same line of engines to power everything from lawnmowers to SUVs. Will this work well? I don't know. May be it will work, at the cost of making the SUVs run a little more like lawnmowers in the future. May be Apple wants to streamline everything and optimize for iPhone/iPad class devices. I don't think I can change it, so I'll just watch and see what happens.
-
Haven't AMD been smoking Intel in terms of PC chipsets recently?
-
From TidBits...The case for ARM-based Macs:
=-=-=-=-=-=-=-=-=-=
Persistent rumors suggest that Apple will switch from the Intel x86 processors in current Macs to ARM processors like Appleās A series of chips that power iOS devices. Apple has said nothing about such a transition, but thatās par for the course for Apple. Recently, however, Mark Gurman at Bloomberg wrote about Apple moving to ARM-based Macs in 2021 (āBloomberg Reports Apple Will Start Transitioning the Mac to ARM in 2021,ā 27 April 2020) and he followed it up this week with another piece suggesting that an announcement might come on 22 June 2020 at Appleās Worldwide Developers Conference. While Bloomberg has its problems (see āApple Categorically Denies Businessweekās China Hack Report,ā 8 October 2018), Gurman is known for reliable sources and accurate reporting.
A13 chip
ARM is by far the most popular processor family in the world. While there are several billion Intel PCs in the world, there are over 100 billion ARM devices. When Apple designed Intel-based Macs, they were the first major products Apple had ever made with x86 chips. But Apple has lots of experience with ARM chips. The first Apple device to use an ARM processor was the Newton in 1993. Since then, Apple has put ARM processors into the iPod, iPhone, iPad, Apple Watch, and Apple TV.
Apple has successfully switched the Macās processor twice before. In 1994, Apple moved from the Macās original Motorola 68000 processors to IBM PowerPC processors. And in 2006, the company ditched the PowerPC in favor of Intel x86 processors. Both transitions were fairly smooth due to years of testingāApple maintained a version of Mac OS X running on Intel chips years before the first Intel Macs shipped. Apple almost certainly has a version of macOS running on ARM right now, in some secret lab.
Motorola processors
Motorola MC68000 by Konstantin Lanzet (CC BY 3.0) and IBM PowerPC 601 Microprocessor by Dirk Oppelt; (CC BY-SA 3.0)
I donāt have any inside information on whether Apple is working on ARM-based Macs. But letās look at the pros and cons of switching from Intel to ARM.The Obvious Win: Reduced Power Consumption
The most commonly cited advantage for ARM processors is lower power consumption. Itās true that ARM processors use less power than Intelās x86 processors. Part of this advantage comes from ARMās relatively clean, modern design, as set against the years of baggage that Intel has accumulated since the original 8086 processor. Perhaps even more important is the way ARM would allow Apple to add the specific support it needs into its own ARM chip designs, instead of relying on off-the-shelf parts that Intel has designed for generic PC implementations.
Lower power consumption would lead to better Macs in several ways. Most obviously, the battery on your laptop would last longer. Instead of 8 hours, a new ARM-based Mac laptop in the same form factor might get 12 hours from a single charge. But Apple is always trying for thinner, lighter laptops. Apple might decide that 8 hours of battery life is fine for most users and instead use a smaller battery in an even skinnier, featherweight laptop design.
Reduced power usage would also result in less heat generated by the processor, which would mean smaller heat sinks and less fan noise. That would bring benefits to both laptops and desktops. Computers that run close to their thermal design limits, like the iMac Pro, could get more powerful processors in the same design or smaller cases with the same processing power.
But lower power wouldnāt be the only benefit of switching to ARM, or even the main benefit.
Appleās True Motivations: Control and Profit
Apple wants to control its own destiny, and the best way to do that right now is to control the processor roadmap. Roadmap refers to future development plans: what features are added, in what order and on what schedule, which fabrication plants and processes are used, how many processors are produced, and how many units are allocated to each manufacturer. Apple doesnāt want to depend on Intel for these key decisions. As Tim Cook has famously said, āWe believe that we need to own and control the primary technologies behind the products we make.ā
The other reason for switching from Intel to ARM is profit. Intel processors are high margin products, and Apple wants to capture that lucrative margin for itself rather than paying it to Intel.
In short, Appleās main reasons for switching from the Intel x86 architecture to the ARM architecture are business, not technical. Letās look at these and related business decisions.
Roadmap
Controlling the processor roadmap lets Apple better control its products. Rather than being stuck with the components Intel puts in a particular chipset, Apple can custom design a System On a Chip (SOC) specifically for the Mac, just as it has for iOS devices for years now. Apple could control the number and type of cores, the digital-signal processor media cores, the size of the data and instruction caches, the memory controllers, USB controllers, Thunderbolt controllers, etc. Apple would control not just a single chip, but the entire direction of the processor line.
Unlike PC vendors, who license Windows from Microsoft or ChromeOS from Google, Apple also controls the operating system. This gives Apple a huge advantage over its competitors. Appleās latest iPhone SOCs include both fast and slow cores, which the company prefers to call āperformanceā and āefficiencyā cores. The advertised speed for a computer, like ā3 GHz processor,ā is the speed of the fast cores. When you do something processor-intensive, like rendering video in Final Cut Pro X or compiling an iPhone app in Xcode, those tasks would spin up all the fast cores. When youāre writing an email message or reading a Web page, the Mac doesnāt need to do hardly anything. Right now, all macOS can do is run the main Intel processor at a slower speed. With a custom ARM-based SOC with fast and slow cores, macOS could switch to slower, more energy-efficient cores. Dynamically switching cores depending on the task is key to saving energy.
In its A series chips for iOS devices, Apple also has custom-designed media cores for tasks like decoding video for a movie, audio for a podcast, and encryption. While Intel chips have similar features, with a custom chip, Apple could optimize for the media formats and encryption algorithms most common on Macs. And since Apple also controls macOS, it can ensure that macOS algorithms and processor cores are perfectly matched, again ensuring that they consume less power for any given task. When Apple engineers improve their algorithms, they can update their next-generation media cores to perfectly support the improvements, without those improvements also becoming available to competitors.
Much of the code in a modern Mac app just glues together macOS API calls to accomplish a task. For many apps, the bulk of the processor-intensive work happens in macOS. This means Apple can optimize much of the work that apps do for the new ARM processors, even before third-party developers become expert at exploiting the new ARM processors themselves. For instance, playing a movie mostly consists of calling on macOS, which does the heavy lifting of decoding the video using Appleās optimized media cores.
Intelās Production Problems
Over the last few years, Intel has suffered a series of production problems. Many of them were the result of moving to smaller processes, that is, etching smaller parts onto the silicon. Smaller processes create smaller chips that use less power and generate less heat. Although weāll never know for sure, one likely reason Apple had a long dry spell releasing new Macs was Intelās tardiness in providing the new chips Apple needed. This had to impact the number of Macs sold. Although Apple never complains about partners publicly, it obviously isnāt happy with Intel.
Buying Intel chips makes Apple dependent on Intel chip fabs. When Apple designs its own chips, it can use whatever fab it likes. Apple currently relies on TSMC and Samsung for its A series chips, but if those companies have problems meeting Appleās needs, Apple can use another fab, assuming it has equivalent capabilities. Apple prefers having multiple sources for components.
Sometimes production problems are technical, like Intelās were. But they can also be political, like tariffs applied to Chinese goods, or natural disasters like the floods that closed Thai hard disk factories in 2011 and caused worldwide shortages. Multiple sources mean that problems with one vendor wonāt halt production.
Profit
Next to the screen, the processor is one of the most expensive parts in a computer. The processor isnāt just expensive; itās also high margin. In high production volumes, processors are sold for much more than they cost to build. Relying on Intel processors means Intel earns those rich margins instead of Apple. Designing and building its own processors would let Apple capture those margins. Apple can keep selling computers at the same price and book the additional profit, or it can sell the same computers for less, without compromising the companyās famously fat margins.
Although it might seem as though Intel and ARM are competitors, they actually have utterly different business models. Intel designs the processor and all the associated support components like memory controllers. It integrates them into a System On a Chip. It manufactures the chips in its own fabs. And while it sells the chips directly to computer manufacturers, it also markets its brand to the public (āIntel Insideā). Intel makes most of its money selling high-end processors. The fastest processors have the fattest margins but are quickly obsoleted by even faster processors, so Intel is always pushing the envelope. Intel has a few rivals like AMD, but for the most part, Intel is the dominant vendor of high-end processors.
ARM (previously known as Advanced RISC Machines, now Arm Limited) works completely differently. ARM designs processors and licenses the designs. ARM doesnāt supply supporting components or build its own chips. The licensee integrates the ARM processor and supporting components into a SOCāthis is what Apple does for its A series of chips. ARM processors are inexpensive and have low margins, so ARM makes money on volume. There are many, many more ARM processors than Intel processorsāI heard someone say that, to a first approximation, all processors in the world are ARM processors.
Intel makes a lot more money than ARM because Intel CPUs are expensive high-performance chips, and Intel designs, builds, and sells the processors. ARM just licenses its designs, and most of those are inexpensive low-power designs.
But Apple is successfully scaling up the performance of its ARM-based processors to compete with Intelās processors. The ARM business model lets Apple make competitive parts much more cheaply and capture that margin itself.
Related Savings
Using the same processor in all Apple products would be more efficient company-wide. Appleās hardware teams would have to support only one processor architecture, one memory controller, and one I/O system. Most apps written in a high-level language like Swift or Objective-C wouldnāt need a lot of modification. Low-level software like boot code and device drivers could be shared. Development tools and the App Store would save work targeting a single instruction set architecture.
Of course, these savings will take several years to materialize. In the meantime, Apple will support Intel-based Macs for customers and developers for a few years.
What Would the Transition Look Like?
Appleās transition from IBMās PowerPC architecture to Intel x86 was fairly quickāthe entire Mac line switched in less than a year. While Apple could switch to ARM that quickly, the company might proceed more slowly. The most obvious customer advantage comes in smaller laptops like the MacBook Air. An ARM-powered MacBook Air could be more powerful than its Intel predecessor, with longer battery life, while simultaneously being thinner and lighter: a winning package. The ARM SOCs in the current iPads are already more powerful than the Intel processors in most of Appleās laptop line, so transitioning all Apple laptops to ARM makes sense.
The Mac mini isnāt any more powerful than a high-end MacBook Pro and could be powered by the same ARM processor. Users of the iMac, and especially the iMac Pro, probably want a more powerful processor than any ARM chip shipping now, since the goal isnāt just to match currently shipping products, but to surpass them. An ARM chip powerful enough for an iMac seems well within Appleās immediate roadmap.
The issue is the Mac Pro, which relies on high-end Intel Xeon processors. Itās certainly possible for Apple to develop a competitive ARM processorāthe only question is how long that would take. Also, the sales volume of the very expensive Mac Pro is probably fairly low, meaning that a custom ARM SOC developed for it is unlikely to ever sell in high enough quantities to amortize the cost of its development on its own. Apple will have to consider it part of the overall cost of moving to ARM.
As long as Apple sells and supports any Intel Macs, it must build, test, and maintain two versions of macOS, two copies of every app, and two sets of Xcode development tools and App Store infrastructure. This effort will come at a significant cost. Once the transition starts, Apple will want to move past the Intel era as quickly as is practical.
In past transitions (Motorola 68000 to IBM PowerPC, then PowerPC to Intel), Apple included an emulator in the operating system that ran apps written for the previous processor family. Itās logical to assume Apple would include an emulator for running Intel apps on the new ARM Macs. Previous emulators worked with near-perfect fidelity, and an Intel emulator on ARM ought to have excellent fidelity too.
But to take full advantage of the new ARM chips, third-party developers would have to recompile their Mac apps for ARM and submit updates to the App Store. Some minor changes may be required, but it shouldnāt be too much work. The App Store accepts apps encoded in the LLVM intermediate language, which allows developers to submit one compiled version of their app, which the App Store then translates for iPhone models with slightly different ARM processors. But the LLVM intermediate language isnāt robust enough to translate an Intel app into an ARM app.
What About Windows?
One casualty of an ARM transition may be Microsoft Windows compatibility. Current Macs use the same Intel processors as Windows PCs, letting you run Windows and its apps at full speed. Apple makes it easy to boot your Mac as a Windows PC with Boot Camp, and third-party virtualization products like VMware Fusion and Parallels Desktop run Windows inside macOS. If Macs no longer have Intel chips, they wonāt be able to run Windows, at least the mainline version compiled for Intel processors, natively.
There are several other options. Appleās Intel x86 emulator might support running Windows too. There were Windows emulators for PowerPC Macs, but they were never as fast as Windows running on a real PC. The performance may be good enough for occasional tasks that require Windows, but it will probably be unsatisfactory for gaming or other hardcore use.
Plus, Microsoft released Windows for ARM for its Surface Pro X. But most third-party Windows software isnāt available in an ARM-compatible version. While there may be a vocal minority of Mac Windows users, they are probably too few for Apple to care about.
ARM in Your Future
The case for ARM Macs is compelling. Long term, it doesnāt make sense for Apple to support two processor families, so the entire Mac product line will probably move to ARM eventually. If the transition to ARM goes as smoothly as the transitions to PowerPC and Intel did, customers have much to gain and little to fear.
-
@George-K said in Apple to move away from Intel?:
But Apple is always trying for thinner, lighter laptops. Apple might decide that 8 hours of battery life is fine for most users and instead use a smaller battery in an even skinnier, featherweight laptop design.
I don't know if it is only me, but I never really care about weight of laptop (within of course reason). It is not as if I am hiking the Arctic Circle Trail (LOL) with it and every ounce will count. I bring it to the office or meeting, etc. and set it down. I would rather have a bigger screen, etc
-
@taiwan_girl said in Apple to move away from Intel?:
I don't know if it is only me, but I never really care about weight of laptop (within of course reason).
There was a time when I traveled very frequently with a laptop. At the time, a half pound reduction in weight, say, from a 3.5 lb laptop to a 3 lb laptop, was enough to get me to acquire that new laptop that's half a pound lighter.
-
A friend of mine is working with Intel on a secret project. Convenient, as Intel is located a few miles from here. His part is using the highest resolution cameras on his drones (he has several).
I asked him what it was all about, he told me that it is a new chip being developed by Intel for highest resolution graphics. Some of the stuff he told me was very futuristic and cool, but the techno side was over my head. Processor speed, handling massive amounts of data, other stuff I don't remember, but I do recall heat was another area he talked about.So my advice: buy Intel. You will be rich beyond your wildest dreams.
-
@Axtremus said in Apple to move away from Intel?:
@taiwan_girl said in Apple to move away from Intel?:
I don't know if it is only me, but I never really care about weight of laptop (within of course reason).
There was a time when I traveled very frequently with a laptop. At the time, a half pound reduction in weight, say, from a 3.5 lb laptop to a 3 lb laptop, was enough to get me to acquire that new laptop that's half a pound lighter.
It surely is if you are lugging it through an airport a lot. I would make changes in toiletries and such to lose a couple ounces. It all adds up.
-
@Rainman said in Apple to move away from Intel?:
A friend of mine is working with Intel on a secret project. Convenient, as Intel is located a few miles from here. His part is using the highest resolution cameras on his drones (he has several).
I asked him what it was all about, he told me that it is a new chip being developed by Intel for highest resolution graphics. Some of the stuff he told me was very futuristic and cool, but the techno side was over my head. Processor speed, handling massive amounts of data, other stuff I don't remember, but I do recall heat was another area he talked about.So my advice: buy Intel. You will be rich beyond your wildest dreams.
I wonder if Intel are planning on going up against Nvidia. Currently, if you want high end graphics, the solution is not normally Intel.
-
@Mik said in Apple to move away from Intel?:
I would make changes in toiletries and such to lose a couple ounces. It all adds up.
Yeap. There were times when I left the toiletries with the hotel or the remote office that I knew I would return to, which eliminated the need to haul toiletries. Same for chargers, charging cables, comfortable walk-around slippers, etc.
-
@Mik said in Apple to move away from Intel?:
@Axtremus said in Apple to move away from Intel?:
@taiwan_girl said in Apple to move away from Intel?:
I don't know if it is only me, but I never really care about weight of laptop (within of course reason).
There was a time when I traveled very frequently with a laptop. At the time, a half pound reduction in weight, say, from a 3.5 lb laptop to a 3 lb laptop, was enough to get me to acquire that new laptop that's half a pound lighter.
It surely is if you are lugging it through an airport a lot. I would make changes in toiletries and such to lose a couple ounces. It all adds up.
And you guys laughed at me when I was building my bike when I would say things like, "My front derailleur is made from titanium and weighs 76 grams less than the one made from steel!"
-
@George-K said in Apple to move away from Intel?:
Unlike PC vendors, who license Windows from Microsoft or ChromeOS from Google, Apple also controls the operating system. This gives Apple a huge advantage over its competitors. Appleās latest iPhone SOCs include both fast and slow cores, which the company prefers to call āperformanceā and āefficiencyā cores. The advertised speed for a computer, like ā3 GHz processor,ā is the speed of the fast cores. When you do something processor-intensive, like rendering video in Final Cut Pro X or compiling an iPhone app in Xcode, those tasks would spin up all the fast cores. When youāre writing an email message or reading a Web page, the Mac doesnāt need to do hardly anything. Right now, all macOS can do is run the main Intel processor at a slower speed. With a custom ARM-based SOC with fast and slow cores, macOS could switch to slower, more energy-efficient cores. Dynamically switching cores depending on the task is key to saving energy.
In its A series chips for iOS devices, Apple also has custom-designed media cores for tasks like decoding video for a movie, audio for a podcast, and encryption. While Intel chips have similar features, with a custom chip, Apple could optimize for the media formats and encryption algorithms most common on Macs. And since Apple also controls macOS, it can ensure that macOS algorithms and processor cores are perfectly matched, again ensuring that they consume less power for any given task. When Apple engineers improve their algorithms, they can update their next-generation media cores to perfectly support the improvements, without those improvements also becoming available to competitors.If it were so easy, then Commodore would be the big computer maker today and not the descendants of the IBM PC.
Modularity - building things by composing independent parts - is a beautiful and powerful design idea.
It's interesting how things go back and forth between monolithic and modular in every technical space every few years. Microkernel operating system or monolithic OS? Modular database or monolithic database? P2P or Client/Server? And so forth. There's never a clear answer.