It’s not like the CPU can only do a single mathematical operation per clock cycle, there are multiple CPU cores and each core is executing several instructions in parallel and out of order. The instructions are also broken into smaller operations so you might have hundreds/thousands instructions “in flight” at any given moment.
Latest Answers