Hacker News new | ask | show | jobs
by kunai 4862 days ago
You are missing something. 2 things, actually.

Cache and instruction set.

Intel is still more powerful than ARM because of its instruction set.

1 comments

What makes the x86 instruction set more powerful than ARM?
It's CISC rather than RISC, and ARM chips are also designed to use as little power as possible, reducing performance.
I don't see how being CISC rather than RISC results in any inherit advantage. "The CISC approach attempts to minimize the number of instructions per program, sacrificing the number of cycles per instruction. RISC does the opposite, reducing the cycles per instruction at the cost of the number of instructions per program."