Why would you want an arm laptop? (legit question, not trying to be a dick) Compatibility is already going to be questionable since its running linux, adding a low power mobile focused processor would make it such a niche product it would be all but useless outside of web apps or bespoke software meant just for ARM PC’s (of which are very few).
They are very purpose built because ARM is not the best at general purpose PC use so it’s generally only used in PC’s when specifically needed or asked for.
I’ve had so many different laptops over the past ~10 years ranging from Dell, ThinkPad, System76, Asus, and now a newer MacBook. I’ve used Windows, Linux, and Mac OS as a daily driver OS. The only Arm chip I’ve had is my current MacBook, but to answer your question, its power efficiency is unmatched compared to anything else I’ve ever had… resulting in crazy battery life as well as a device that doesn’t try to melt a hole through my lap whenever I try and do something even remotely taxing on it.
The efficiency had better be good that’s specifically what the RISC (arm stands for Advanced RISC Machine) architecture was designed for but that’s also why its terrible for general purpose. ARM is also proprietary which always stifles progress because of licensing (greed). It’s one of the reasons that RISC-V is becoming popular despite being less efficient.
This is kinda a myth. ARM is fine for HPC or desktop use (hence there have been very high power ARM designs like Fujitsu A64FX, Ampere Altra or the European Rhea), x86 is fine for low power, it’s just more about how the specific chip is tuned for power/raw performance/price.
Apple seems very good (partially) because they pay top dollar for power efficiency and a cutting edge low power process. Most x86 laptop chips make more significant cost tradeoffs, with cheaper dies, higher clocks, more aggressive power curves and so on.
“With RISC, a central processing unit (CPU) implements the processor design principle of simplified instructions that can do less but can execute more rapidly.”
None of this is to say RISC or by extension ARM is bad, just that where everything currently is it’s not a good choice for everyday computing. By design its as light weight and simple as possible so that it can perform its specific function faster and more efficiently with less overhead than a more general purpose processor.
Just to add - a rather large reason the technology we have today even exists is thanks in no small part to the x86 architecture and it’s immense backwards-compatibility.
Laptops run off batteries a lot of the time - so compromising outright performance - full instruction set - for battery life will be attractive for many laptop users who use it on the go.
I’m no apple fanatic, I’d never get one, but I do see the appeal of those apple laptops.
I’m sure x86 could get closer on the performance to battery tradeoff if they wanted to; but I bet they’d be looking to price up at the apple level for that.
The Fujitsu A64FX had full 512-bit SVE, with 2x 512-bit units per core and HBM memory, which is as CISC as it gets. IIRC was the “widest” CPU that could get the most done per clock, at the time, and the US Department of Energy seemed to love them.
And then you have tiny cores like Intel’s in order ones that are way thinner than ARM designs.
Reality is decoding doesn’t take up much die space these days and stuff is decoded into micro ops anyway. The ISA has an effect, but efficiency/appropriateness for different platforms comes down to design and business decisions more than the ISA.
Modern mobile processors are extremely powerful, and way more power efficient than desktop chips. Many Linux distros have ARM variants.
And (AFAIK) it’s mostly because they are tuned for that, whereas laptop processors outside Apple have some overzealous boosting configs/clocks these days.
You are not wrong though. Developing and supporting them (as a company) would be very labor intense, so no one really wants to make that jump beyond Qualcomm/windows.
I think that is the biggest issue with ARM. x86 is so wide spread and backwards compatible that it’s just more cost effective to eat the efficiency losses. If Arm ever gets as big as x86 I can see it dominating all but maybe the Gaming PC space. Proton compatibility layer is already compatible with it however so it might even take off there one day as well.
It just needs a platform desktop users want to buy. There isn’t one (as Qualcomm and Altera aren’t very appealing TBH), and there probably won’t be since Nvidia/AMD/Intel are so far ahead in graphics.
Once that happens though (say AMD starts releasing ARM CCDs?), the switch will not be as hard as you’d think.
I agree, maybe my wording was confusing but yeah I see the biggest problem for ARM is market penetration. Functionally it’s there already but since so few use it no one is making anything for it and since no one is making anything for it no one uses it.
I will say, I remember a little ARM/x86 assembly, and I think ARM SVE2 and some other bits about the ISA are the coolest thing since sliced bread. Backwards compatibility, going forward from ArmV9, is so much better, if that makes any sense, and the same compile binary should “scale” to huge and tiny cores really well (whereas a lot of x86 assumes you’re running something ancient, and AVX is a total mess).
Why would you want an arm laptop? (legit question, not trying to be a dick) Compatibility is already going to be questionable since its running linux, adding a low power mobile focused processor would make it such a niche product it would be all but useless outside of web apps or bespoke software meant just for ARM PC’s (of which are very few).
Also System 76 does arm as well https://system76.com/desktops/thelio-astra-a1-n1/configure
They are very purpose built because ARM is not the best at general purpose PC use so it’s generally only used in PC’s when specifically needed or asked for.
I’ve had so many different laptops over the past ~10 years ranging from Dell, ThinkPad, System76, Asus, and now a newer MacBook. I’ve used Windows, Linux, and Mac OS as a daily driver OS. The only Arm chip I’ve had is my current MacBook, but to answer your question, its power efficiency is unmatched compared to anything else I’ve ever had… resulting in crazy battery life as well as a device that doesn’t try to melt a hole through my lap whenever I try and do something even remotely taxing on it.
The efficiency had better be good that’s specifically what the RISC (arm stands for Advanced RISC Machine) architecture was designed for but that’s also why its terrible for general purpose. ARM is also proprietary which always stifles progress because of licensing (greed). It’s one of the reasons that RISC-V is becoming popular despite being less efficient.
This is kinda a myth. ARM is fine for HPC or desktop use (hence there have been very high power ARM designs like Fujitsu A64FX, Ampere Altra or the European Rhea), x86 is fine for low power, it’s just more about how the specific chip is tuned for power/raw performance/price.
Apple seems very good (partially) because they pay top dollar for power efficiency and a cutting edge low power process. Most x86 laptop chips make more significant cost tradeoffs, with cheaper dies, higher clocks, more aggressive power curves and so on.
It’s not though, ARM themselves admit it. https://www.arm.com/glossary/risc.
“With RISC, a central processing unit (CPU) implements the processor design principle of simplified instructions that can do less but can execute more rapidly.”
None of this is to say RISC or by extension ARM is bad, just that where everything currently is it’s not a good choice for everyday computing. By design its as light weight and simple as possible so that it can perform its specific function faster and more efficiently with less overhead than a more general purpose processor.
Geeks for geeks has a good writeup on it.
https://www.geeksforgeeks.org/computer-organization-risc-and-cisc/
Just to add - a rather large reason the technology we have today even exists is thanks in no small part to the x86 architecture and it’s immense backwards-compatibility.
Laptops run off batteries a lot of the time - so compromising outright performance - full instruction set - for battery life will be attractive for many laptop users who use it on the go.
I’m no apple fanatic, I’d never get one, but I do see the appeal of those apple laptops.
I’m sure x86 could get closer on the performance to battery tradeoff if they wanted to; but I bet they’d be looking to price up at the apple level for that.
I mean, that doesn’t mean much.
The Fujitsu A64FX had full 512-bit SVE, with 2x 512-bit units per core and HBM memory, which is as CISC as it gets. IIRC was the “widest” CPU that could get the most done per clock, at the time, and the US Department of Energy seemed to love them.
And then you have tiny cores like Intel’s in order ones that are way thinner than ARM designs.
Reality is decoding doesn’t take up much die space these days and stuff is decoded into micro ops anyway. The ISA has an effect, but efficiency/appropriateness for different platforms comes down to design and business decisions more than the ISA.
Modern mobile processors are extremely powerful, and way more power efficient than desktop chips. Many Linux distros have ARM variants.
And (AFAIK) it’s mostly because they are tuned for that, whereas laptop processors outside Apple have some overzealous boosting configs/clocks these days.
You are not wrong though. Developing and supporting them (as a company) would be very labor intense, so no one really wants to make that jump beyond Qualcomm/windows.
I think that is the biggest issue with ARM. x86 is so wide spread and backwards compatible that it’s just more cost effective to eat the efficiency losses. If Arm ever gets as big as x86 I can see it dominating all but maybe the Gaming PC space. Proton compatibility layer is already compatible with it however so it might even take off there one day as well.
It just needs a platform desktop users want to buy. There isn’t one (as Qualcomm and Altera aren’t very appealing TBH), and there probably won’t be since Nvidia/AMD/Intel are so far ahead in graphics.
Once that happens though (say AMD starts releasing ARM CCDs?), the switch will not be as hard as you’d think.
I agree, maybe my wording was confusing but yeah I see the biggest problem for ARM is market penetration. Functionally it’s there already but since so few use it no one is making anything for it and since no one is making anything for it no one uses it.
Yeah exactly!
I will say, I remember a little ARM/x86 assembly, and I think ARM SVE2 and some other bits about the ISA are the coolest thing since sliced bread. Backwards compatibility, going forward from ArmV9, is so much better, if that makes any sense, and the same compile binary should “scale” to huge and tiny cores really well (whereas a lot of x86 assumes you’re running something ancient, and AVX is a total mess).