Single threaded is a moot metric, multithreaded is what matters in 2022.
Single threaded matters for more or less every single thing you actually do, outside of benchmarks specifically designed to maximise multithreaded performance. This is why your CPU isn't 2000 tiny cores which on paper can actually outperform even a 5950X in multithreaded benchmarks in both power and performance.
Depending on what percentage of a task is parallelisable, there's a maximum theoretical benefit you get from multithreading, and eventually your speed is always limited by your single-threaded performance.
https://en.wikipedia.org/wiki/Amdahl's_law
E.g. even if a task is 90% parallelisable, maximum theoretical benefit you get from 8 to 16 is only ~30%. And this assumes 100% hardware multicore efficiency and 100% perfect coding, none of which are ever the case in practice. Most typical workloads people do on their computers are never even 25% parallelised. Let alone 99.9% like Cinebench.
In a multicore architecture, your performance is always limited by the portion you can't parallelise, and performance of that is limited by your single-threaded performance. The "single-threaded is pointless" comment typically indicates that the person saying it has no clue about computer architecture. There's a reason Intel, AMD, Apple and ARM often use node shrinks to improve IPC on existing cores (by making them bigger), instead of just adding more and more of the old cores. That's why we see new microarchitectures every year. AMD can put 128 Bulldozer cores inside a 5950X die, it wouldn't be a good product, they use 16 Zen 3 cores and it's an awesome one, even though a Zen 3 core isn't 8 times faster than a Bulldozer one.
Also I doubt both AMD and Apple could have put in more cores into their laptops without it exploding. Apple especially, the M1 Max is probs the furthest they can take that chip in a laptop form factor
AMD can literally put 5950X inside a laptop and it will consume less power than i9 1200HK, so less chance of exploding Lmao.
People just trying to find any reason to bash on intel now, alder lake has done fairly well compared with their previous garbage generations
Nobody hates Intel. I'm sure most of us have had Intel CPUs (I'm typing this on a computer with an Intel CPU, lol). It's just not as great of a product as some people make it out to be. Sure, much better than their previous generations, but pretending like Intel has now surpassed AMD and Apple isn't remotely true, all three are roughly at the same level when you take into account everything with Apple having a big edge in efficiency, Intel having a slight edge in performance and AMD being very close to Intel in performance, and halfway in between Intel and Apple in efficiency. And Intel's 5-10% performance advantage comes at the price of orders of magnitude worse efficiency.