|
|
|
|
|
by PragmaticPulp
2085 days ago
|
|
Some synthetic benchmarks are so simple that they almost reduce to a measure of CPU clock speed and instruction parallelism. Find a benchmark that uses a unique instruction combination on one CPU and it will heavily disadvantage the other CPU. Add a real world workload to the mix with heavy memory access and mixed compute workloads and the chips will diverge significantly in performance. I work with some cross-platform code that has to run on mobile devices and desktop platforms. The advances Apple has made in low power performance are incredible, but the idea that their iPhone chips are as fast as desktop computers is still far from the truth unless you’re measuring specific, heavily optimized workloads. I’m still excited to see what Apple can do with a full desktop level power budget though. |
|