|
|
|
|
|
by manuelabeledo
854 days ago
|
|
I don't think any of this is accurate. For starters, the CISC vs RISC debate has been dead for decades now. Often considered RISC architectures like ARM, have had vector instructions and branch predictors for a long time now. > Now going to the differences between ARM and x86 where it matters. ARM has the lowest power draw to performance ratio but it's need for power skyrockets as it approaches more complicated tasks. x86 starts higher in power draw but its performance is pretty maintained under all workloads. These two sentences are contradictory! |
|
Initial power draw on ARM is lower but jumps in complicated tasks.
Initial power draw on x86 is higher but maintains in complicated tasks.