Within your comment is the debate over ISA relevance vs microarchitecture implementation of that ISA. E.g, if Intel's problems are significantly caused by the archaic ISA, why is AMD "doing great" -- using essentially the same ISA.
Before around 1996 the prevailing view was x86 has unsolvable, unsustainable ISA baggage and the only way forward was RISC. Then with the P6 Intel decoupled the front end and decoded macroinstructions to micro-ops.
Starting in 2011 Sandy Bridge further refined that by using a micro-op cache, whereby most of the x86 CPU is dealing with cached, pre-decoded RISC-like operators.
There was a long interval whereby many came to accept the ISA was just the CPU "language" which could be somewhat independent of the microarchitectural implementation. At first this seemed borne out by the data center. Unlike the client side, the server side is much less dependent on a massive consumer software base. IOW Oracle running on a Xeon server competes head-to-head with Oracle on an IBM Power9 RISC server. If RISC is so vastly superior in performance or price/performance or TCO or watts per transaction, then where is the evidence?
In this 2013 paper, researchers concluded that "whether the ISA is RISC or CISC is irrelevant".
That was why when Apple's version of ARM began making such rapid progress it was initially dismissed. E.g, "It's only good for low power", "It can't scale to high perf. levels", "If it scaled to high perf. levels it would burn the same power as x86", etc.
Then when Apple Silicon began really heading up the performance curve on M1 Macs, there was no good explanation for that except "It must be because it's RISC". Then a few people decided it must be because the fixed-length ARM64 instructions permit wider parallel decoding, vs x86 that could "never" go beyond 4-wide decoding. Well, now Intel's Golden Cove microarchitecture will apparently do 6-wide decoding and use a larger micro-op cache, which further insulates the dispatch and execution systems from the ISA.
Design guru Jim Keller has been interviewed several times recently by web personalities but unfortunately the opportunity was squandered to have him discuss this in focused detail. In general Keller is of the "ISA doesn't matter that much" school, but all those interviews would have been a priceless opportunity to probe that specific area in light of the most recent microarchitectural advances by Apple Silicon, Intel and AMD. There are several on this forum who could have done a better job of interviewing him and getting meaningful detailed commentary on this important issue.