M1 is still just a tablet SoC in a laptop form factor.That wouldn't be good enough for production hardware. The developer units had a previous iPad’s A12 SoC in an enclosure for developers to test things on. For example, the A series doesn't support virtualization because that's not required on a phone or tablet. But the M1 supports this and other laptop/desktop features. Even the A14 only has 4 cores compared to the M1's 8 cores. This isn't just a tablet SoC.
We don't know what the efficiency will look like after you add all the I/O you need for a real desktop, we don't know how the memory subsystem will deal with 4 more cores that are just as fast. What's the point of having fast cores if you cannot feed them?
Perhaps you haven't been paying attention, but the Mac mini is a real desktop. And all of the M1 Macs have blazingly fast memory access. Remember, it's an SoC—the memory is on the same die as the CPUs, GPUs and they all have equal access to it. No bus to go across. That's why it's so fast.
People act like Apple changed the game or is light years ahead of everyone but they literally haven't made a proper desktop-class chip yet.
The M1 already has features no "desktop" chip has, such as 8 instruction decoders. This may not sound like a big deal, but none of the Intel or AMD chips--not the threadripper or the Zen3—has more than 4. Why this matters:
"It is because the ability to run fast depends
on how quickly you can fill up the ROB with
micro-ops and with how many. The more quickly
you fill it up and the larger it is the more
opportunities you are given to pick instructions
you can execute in parallel and thus improve performance.
Machine code instructions are chopped into micro-ops
by what we call an instruction decoder. If we have more
decoders we can chop up more instructions in parallel
and thus fill up the ROB faster.
And this is where we see the huge differences.
The biggest baddest Intel and AMD microprocessor
cores have 4 decoders, which means they can decode
4 instructions in parallel spitting out micro-ops.
But Apple has a crazy 8 decoders. Not only that
but the ROB is something like 3x larger. You can
basically hold 3x as many instructions. No other
mainstream chip maker has that many decoders in
their CPUs."
So Intel or AMD will just add 8 instruction decoders to increase their throughput, right? Nope:
"However on an x86 CPU the decoders have no clue
where the next instruction starts. It has to
actually analyze each instruction in order to see
how long it is.
The brute force way Intel and AMD deal with this
is by simply attempting to decode instructions at
every posssible starting points. That means we have
to deal with lots of wrong guesses and mistakes which
has to be discarded. This creates such a convoluted
and complicated decoder stage, that it is really
hard to add more decoders. But for Apple it is
trivial in comparison to keep adding more.
In fact adding more causes so many other problems
that 4 decoders according to AMD itself is basically
an upper limit for how far they can go.
*This is what allows the M1 Firestorm cores to
essentially process twice as many instructions as
AMD and Intel CPUs at the same clock frequency.*"
As I've said in other threads on HN, there's no way Apple's first laptop/desktop chip should be competitive with AMD, but it is:
"As far as I remember from performance benchmarks
the newest AMD CPU cores, the ones called Zen3
are slightly faster than Firestorm cores. But
here is the kicker, that only happens because the
Zen3 cores are clocked at 5 GHz. Firestorm cores
are clocked at 3.2 GHz. The Zen3 is just barely
squeezing past Firestorm despite having almost
60% higher clock frequency.
So why doesn’t Apple increase the clock frequency
too? Because higher clock frequency makes the chips
hotter. That is one of Apple’s key selling points.
Their computers unlike Intel and AMD offerings barely
need cooling.
In essence one could say Firestorm cores really
are superior to Zen3 cores. Zen3 only manages to
stay in the game by drawing a lot more current and
getting a lot hotter. Something Apple simply chooses
not to do."
So yes, Apple does have catching up to do.Come again?
The Zen3 barely beats the M1, which runs at 60% of the speed and a small fraction of the power. It can essentially process twice as many instructions at the same clock frequency. They're already ahead in many key areas, with performance per watt being the most obvious. There are issues with the x86 architecture, like instructions ranging from 1 to 15 bytes, which limits Intel and AMD from being able to process as many instructions per clock cycle as ARM processors in general and the M1 especially.
I’m quoting from the article "Why is Apple’s M1 Chip So Fast?", which has a lot more technical details: https://erik-engheim.medium.com/why-is-apples-m1-chip-so-fas...