Intel Foundry Demonstrates First Arm-Based Chip on 18A Node

34 rbanffy 11 8/18/2025, 12:31:18 PM hothardware.com ↗

Comments (11)

testdelacc1 · 48m ago
Assuming they’re telling the truth, they’ve successfully built one chip from that fab. That’s good, but it doesn’t mean the fab is capable of manufacturing at scale while turning a profit.

They need an external customer for the fab so they can iterate and work out the issues. It’s anyone’s guess if someone trusts intel to manufacture on their behalf instead of sticking with an established player. They’re stuck in a chicken and egg situation - can’t reach high yields without a customer, but a customer only wants to sign up if the yields and future deliveries are guaranteed.

Intels only hope might be that someone, not naming names, coerces an established company to sign up.

baq · 9m ago
That's too pessimistic. In general, customers don't want to be dealing with a monopolist and foundry customers are no different. It's in everyone's interest to solve the unproven process problem, so if Intel has evidence that the process isn't bust, customers will find a product which can be used as a pipe cleaner for mutual benefit.
threatripper · 1h ago
If we assume that intel gets successful with 18A with their x86 processors, would they even have the money to finance the node after that? And the node after that which gets exponentially more expensive?

In the past x86 raked in enough money to burn a lot of it on new fab tech but non-x86 has grown immensely and floods TSMC with money. The problem for intel is that their fab tech was fitted to their processor architecture and vice versa. It made sense in the past but in the future it might not. For the processor business it may be better to use TSMC for production. For the fab it may be necessary to manufacture for many customers and take a premium for being based in a country in need. So, a split-up may be inevitable and this fabbing a competitive ARM chip surely helps in attracting more customers. Customers who may pay a premium for political and security reasons.

blackoil · 1h ago
Apple, Nvidia and US govt can provide the required funds if they have confidence in its ability to deliver. These companies will benefit from breaking current monopoly of TSMC.
cromka · 26m ago
Amazon and Google probably as well?
dlojudice · 14h ago
Very unlikely to happen but Intel could release an Arm chip with native x86 translation. Arm and AMD IP would be needed but this would be the best chip for Windows
mort96 · 2h ago
I don't understand what the difference is between "an ARM chip with native x86 translation" and a dual-ISA x86 and ARM chip.

And I don't understand why you'd want a dual-ISA x86 and ARM rather than just an x86 chip. You wouldn't get whatever CPU front-end simplicity advantages there are from ARM, since your front-end would get significantly more complex and consume significantly more transistors than with a normal x86 chip. And I don't think there's a market of people who want ARM for compatibility reason; any Windows software which supports ARM also supports x86.

What they could do is to release an ARM chip with a slightly extended ISA to add the select features which are difficult to emulate in software, such as loads and stores with the memory ordering guarantees x86 provides but ARM doesn't. Apple does this AFAIK, and it's one part of why Rosetta 2 is so good. But any ARM CPU maker could do this.

astrange · 59m ago
Fujitsu and Nvidia also implement (at least) TSO.

https://threedots.ovh/blog/2021/02/cpus-with-sequential-cons...

LoganDark · 1h ago
> I don't understand what the difference is between "an ARM chip with native x86 translation" and a dual-ISA x86 and ARM chip.

Look at Apple's Rosetta 2 for an example. M-series Apple Silicon has special undocumented modes that mirror x86 architectural quirks that don't usually exist in ARM, in order to support AOT-translated machine code. The chip doesn't support x86 instructions, but it has the amenities to support x86 code. That's what "native x86 translation" probably means.

cromka · 24m ago
And why wouldn’t Intel be capable of doing the same?
LoganDark · 18m ago
I never said that?