10

ARM people, a posit, not mine, but interesting thought experiment:

If apple is successful at ARM, we may see in 5ish years the desktop/laptop market flip in an effort to chase. MS sees the custom silicon, creates an MS proprietary ARM to compete with Apple ARM. Now ARM is mostly locked down into these two options and nothing runs on both sets of silicon, or any other silicon. ARM becomes closed AF.

Slim possibility that Intel and AMD jump on the ARM bandwagon and ship their own silicon that's a little more open.

Thoughts?

Comments
  • 1
    @jespersh
    Shit gets traded like a bad penny
  • 2
    MS just won't be able to create hardware on that level. Windows on the other hand has always been multi platform, but nothing except x86 succeeded because customers don't want to throw away their software or live with shitty emulations.

    Also, Apple's stuff does revolve around the ARM ISA, the tooling alone is reason enough, and they hold a perpetual licence to the ISA. Which means that Apple is ARM compatible, just the execution is better. Apple hardware is already incompatible just to sell it at twice its worth.

    With AMD in full swing, we're likely to get 5W TDP x86 notebook CPUs by 2022 with Zen3 or Zen4. Intel direly needs to get its shit together with their fab processes.

    @jespersh Risc5 is out of question because no ecosystem; it's instead aimed at embedded microcontrollers.
  • 1
    I was curious to see if such a thing was going to happen, but after reading that SoftBank (the one behind ARM) decided to increase the licensing fee by a lot (source: https://techspot.com/news/...), I'm not so sure anymore.

    @Fast-Nop also raises a fair point. AMD is currently "on a roll", and with Intel having trouble delivering their 7nm, that gives them more time to release something even better than the 4000 series.

    All in all, it's an interesting time to witness!
  • 1
    @Jilano That's a big mistake. In embedded, companies like Samsung are already looking into Risc5, and quadrupling the ARM licences will only spur that.
  • 0
    My only amendment is that I think it'll be a lot sooner than 5 years. I suspect they're starting those projects already.
  • 1
    And actually, Microsoft was leading the way long before Apple - Windows 10 on ARM exists (MS cooperating with Qualcomm for ARM chips), and you can buy devices. It's just that nobody does that because they suck.

    The performance sucks because Qualcomm ARMs aren't on par with Apple's in-house chips, the battery life isn't what had been expected, the software compatibility is bad, and you can only emulate x86-32 SW because Intel had shot down x86-64 emulation before it had even started. Also, Windows 10 on ARM looks like more of the Windows RT disaster.

    In short, Microsoft has shown Apple a lot about how not to do it.

    Remmber also that Apple's ARM laptops only have to beat outdated Intel CPUs (because Apple hardware is both expensive AND outdated) while ARM Windows laptops have to compete against current Intel and, inceasingly, AMD CPUs.
  • 0
    I don't have too much knowledge of CPU architecture, so I can't really judge them.
    From what I've heard ARM is supposed to be great.

    The only thing I am worried about is that ARM is for sale... And Nvidia might end up buying them. Please no.
    https://arstechnica.com/gadgets/...
  • 0
    @pxeger ARM has SIMD, it's called "Neon": https://developer.arm.com/architect...

    ARM has also FP instructions: https://developer.arm.com/documenta...
  • 1
    @pxeger RISC/CISC isn't what it was 30 years ago. The distinction has become a lot more blurred - on both sides of the fence.
  • 1
    @Fast-Nop
    The difference anymore boils down to "do you solve this problem with microcode or silicon?"
  • 1
    @SortOfTested Actually, x86 CISC CPUs are internal RISC CPUs these days. They split the complex CISC instructions into simpler internal ones (the microcode) which are actually executed. The CISC instruction set is just the external interface.

    On the other hand, RISC CPUs have gained more complex instructions like FP and Neon. For ARM Cortex-M in particular, even the opcode length isn't constant because their Thumb-2 is a mixed 16/32 bit instruction set.

    That's because Thumb-1 (16 bit only) had a performance problem while ARM-32 (32 bit only) had a problem with the code size ballooning up. Thumb-2 remedies both problems, but isn't classic RISC.
  • 1
    @Fast-Nop
    I'm aware 😘
Add Comment