Intel aims beyond 5Ghz for future MacBook Pro H-series processors
The next generation of MacBook Pro could be equipped with processors capable of going faster than 5Ghz, after Intel revealed at CES 2020 it was planning to release a 10th-generation mobile processor capable of outpacing its existing 5GHz flagship component.

Revealed during a CES "sneak peek," Intel claimed the next batch of processors in its 10th-generation lineup will include a Core i7 H-series model with the high clock speed. While exact speeds were not mentioned, it was insisted the model will have a potential speed higher than 5GHz, making it effectively the fastest among its mobile processors.
At present, the highest clock speed in a mobile processor is the Core i9 9980HK, offering a boosted clock speed of 5GHz. As the chip is also in the Core i7 range, Engadget reports, Intel is also likely to surpass the performance offered by that processor in a future Core i9 announcement.
At the same time, Intel mentioned the H-series processors will provide better scaling across 8 cores and 16 threads. This in turn should also help improve performance on top of the clock speed increases.
Given the performance claims, the unnamed H-series chip may make an appearance in a the 2020 MacBook Pro. Current models already use H-series chips, with the highest clock speed available being the 2.4Ghz ninth-generation Core i9 in the 16-inch MacBook Pro, which can run at up to 5GHz under Turbo Boost.
Intel is anticipated to provide more details about its future processsor product lines during its news conference at 4pm eastern time on Monday.
Intel already has a number of other processors in its 10th-generation lineup for possible use in Apple notebooks beyond the MacBook Pro. Launched in August, four Y-series chips and four U-series processors offered potential use in the MacBook Air, due to offering extremely low thermal design points best suited for ultra-portable notebooks.

Revealed during a CES "sneak peek," Intel claimed the next batch of processors in its 10th-generation lineup will include a Core i7 H-series model with the high clock speed. While exact speeds were not mentioned, it was insisted the model will have a potential speed higher than 5GHz, making it effectively the fastest among its mobile processors.
At present, the highest clock speed in a mobile processor is the Core i9 9980HK, offering a boosted clock speed of 5GHz. As the chip is also in the Core i7 range, Engadget reports, Intel is also likely to surpass the performance offered by that processor in a future Core i9 announcement.
At the same time, Intel mentioned the H-series processors will provide better scaling across 8 cores and 16 threads. This in turn should also help improve performance on top of the clock speed increases.
Given the performance claims, the unnamed H-series chip may make an appearance in a the 2020 MacBook Pro. Current models already use H-series chips, with the highest clock speed available being the 2.4Ghz ninth-generation Core i9 in the 16-inch MacBook Pro, which can run at up to 5GHz under Turbo Boost.
Intel is anticipated to provide more details about its future processsor product lines during its news conference at 4pm eastern time on Monday.
Intel already has a number of other processors in its 10th-generation lineup for possible use in Apple notebooks beyond the MacBook Pro. Launched in August, four Y-series chips and four U-series processors offered potential use in the MacBook Air, due to offering extremely low thermal design points best suited for ultra-portable notebooks.
Comments
oh man I actually LoLd
Conspiracy theory BS. Apple will move or not move to its own chips on its own agenda. Whatever Intel says, they will evaluate on their own, and the most important criterium would be how ready Apple would be for the transition (e.g. emulation for running existing Intel compiled programs, future roadmap, different thermal and performance points covered for its own series etc).
In any case, the high speed, top-of-the-line MPBs, as these CPUs are targeted to, would be the very last to go ARM, even if Apple moves forward. We're talking 5+ years in the future.
So hardly "FUD" and hardly aimed specifically at Apple. It's the same kind of presentation Intel has done for decades for its newer architectures.
Apple is out of excuses not to switch to AMD now. And no Apple isn't switching to ARM and yes they have been testing Zen in-house for over a year.
Consider what Google does with Chromebooks. Nearly all Chromebooks run on x86, nearly all Android apps are ARM. So Chromebooks run the Android apps on am ARM emulator. Were Apple to switch to either their own Ax chips or design completely new ones, they would likely have to offer x86 emulation too. Except this causes a performance hit. Not a big deal for Android apps on Chromebooks as most Android apps are designed to be able to run on dual core CPUs with 512 MB of RAM anyway. But for the desktop and productivity applications that people use on MacBook Pros? Yeah, that's a problem.
And x86 is copyrighted. Where Google can emulate ARM on ChromeOS because they picked up ARM patents when they bought Motorola (plus some ARM stuff is open source anyway) Apple cannot emulate x86 on anything without paying either Intel or AMD a ton of cash. Microsoft is dealing with this right now ... they need to emulate x86 on Qualcomm's chips to get back into the mobile space ... and Intel has responded "fine ... write us a check for every device you sell." They would give Cupertino the same terms that they give Redmond.
So while an A12 can certainly match the performance of the Intel CPUs in most MacBooks in theory - iMacs and Mac Pros not so much! - the x86 emulation would take a decent bite out of that performance. Add to that Apple needing to pay significant licensing fees to Intel - let's see you call THEM a patent troll! - PLUS the little issue that Apple would need to ensure their x86 on ARM emulation isn't too similar to Microsoft's - Redmond will sue too if it does - and it doesn't make sense from a technology or business sense.
Which is why Apple is never going to do it. And is why the people who keep claiming that they will have never taken so much as a high school computer architecture class.
But since someone has tagged it as informative, I thought it might be worth working through it, just in case you're serious.
Let's start with where things started to fall apart: the beginning.
Apple has been designing its own chips for years, and no, it isn't easy. They have succeeded in pulling more performance while using less power than just about every other mobile chip on the market. Apple was within striking distance of high-end laptops two years ago, and they haven't been standing still.
https://appleinsider.com/articles/18/10/05/apples-a12-bionic-comes-close-to-desktop-cpu-performance-in-benchmarks
https://www.anandtech.com/show/13392/the-iphone-xs-xs-max-review-unveiling-the-silicon-secrets
I suspect that your error comes from the belief that because the chips use the ARM instruction set then it must be using the same designs. This is incorrect. The chips that Apple uses are their own designs that happen to use the ARM instruction set. There is no real advantage of coming up with another instruction set, especially since Apple had more than a passing hand in the creation of ARM in the first place.
This is just so wrong on so many levels I'm not sure where to start. You seem to think that people are writing apps directly to the X86 instruction set. That is balderdash.
Okay, here we go: software development from the beginning.
Developers write apps using a high-level programming language.
These days, this is usually translated into an intermediate lower level representation, before being compiled into the runnable app.
This is a gross over-simplification, but I don't have time to take you through the thirty years of software development innovation that you've missed.
If you want to run an app on a different instruction set, then you compile it for a different platform. These days, you don't have to write it from scratch. If you did, then the likes of Adobe and Microsoft wouldn't bother, which is what Jobs discovered when he tried to tell them that if they wanted their apps to run on the newly-minted MacOSX, then they'd have to rewrite them all in ObjectiveC
Microsoft and Adobe said, "No, Steve, I don't think that's going to work for us."
And so Apple came up with the Carbon layer, which would allow existing applications to run under emulation. This must've been quite a humbling experience for Cupertino, because they took their existing expertise with switching platforms and went hyper.
Ever heard of the universal binary? When Apple was transitioning from PowerPC to X86, you could build an app from the same code base that contained the code in both PowerPC and x86. The same app could effectively run on the two chipsets. Now how do you think that would've worked if you had to "rewrite your whole application to run on x86"?
For the past fifteen years, Apple has been coaxing (and none too gently) developers to write their apps to a language and frameworks that can be ported across platforms. Why? To make sure that they can move to another chip if they need to. If/when Apple decides to move to their own processor, then developers who have toed the company line will be able to their applications to the architecture with a flip of a compiler switch.
Did I say, flip of a compiler switch? My mistake.
The application will be compiled to an intermediate bitcode.
When a user buys the app from the App store, the bitcode will be compiled to whatever platform it's going to before being sent to the end user.
Okay, that's a lot of writing, but the upshot is this: No one who has followed Apple guidelines for the past fifteen years will have to rewrite their applications for a switch to ARM.
Jesus Henry Christ on a bicycle …
There would be no performance loss because there would be no need to emulate the x86. The applications would need recompiling, not rewriting from scratch.
In the case of applications on the app store, I'm not even sure that they would need recompiling, since they're stored in an intermediate format that is compiled for the customer's machine when the app is downloaded.
Something else to bear in mind: because Apple does the chip, the supporting hardware (along with other chips that – yes – they design in house), the operating system and the development frameworks, they're in a position to optimise the experience that will serve to lessen the performance difference between x86 desktop and ARM even further.
So, will Apple shift to their own processors across the board? Well, it's been talked about a lot, and last year, even Intel engineers were telling people they expected the first sign of the transition to appear in 2020/2021
https://www.axios.com/apple-macbook-arm-chips-ea93c38a-d40a-4873-8de9-7727999c588c.html
But if they don't, it won't be for any of the reasons in your post. Apple was stung badly when IBM started losing interest in designing a power efficient PowerPC chip. Intel raced ahead, and Apple made sure that they would never again be in a position where they're trapped on an end-of-life architecture.
Is Apple planning to move? It doesn't matter. What matters is that if they have to, they can.
P.S. can't wait for the new A(rm)Mac; that will be truly insane.
Just posting to point out that Apple is one of the world's two or three biggest designers of SoC's — they've been designing their own SoC's for iPhone, iPad, and Apple Watch, as well as the T1 and T2 subsystems on newer Macs, for years now.