General CPU Question

Thread Starter

jaydnul

Joined Apr 2, 2015
175
In general, does a 64-bit CPU just have two 64 bit inputs and one 128 bit output (so 276 pins I/O pins total)? Does that mean a CPU usually only does one calculation between two 64-bit inputs every clock cycle?
 

Thread Starter

jaydnul

Joined Apr 2, 2015
175
Over a thousand data I/O pins? I'm just looking for the general premise of a CPU. About how many calculations does the average CPU do each clock cycle?
 

Papabravo

Joined Feb 24, 2006
22,082
There is also no requirement for operations inside the CPU to use any external input or output. Those external accesses only occur when the required data is not already in an internal cache memory, or needs to be written to external memory.
 
Top