←back to thread

1080 points antipaul | 1 comments | | HN request time: 0.2s | source
Show context
LIV2 ◴[] No.25065406[source]
Is geekbench accurate at comparing across different architectures?
replies(3): >>25065656 #>>25065831 #>>25065996 #
wizee ◴[] No.25065656[source]
Generally, yes. The benchmarks are calculating/computing the same things on both architectures, and the various sub-benchmarks are based on real-world non-trivial computational problems rather than microbenchmarks that are easily manipulated by instruction set differences.
replies(1): >>25065800 #
userbinator ◴[] No.25065800[source]
Unless they are written in optimised Asm I would not compare across architectures, because there is considerable leeway in compilers and my experience has shown that a good human can often beat a compiler solidly --- at least on x86.

https://www.realworldtech.com/forum/?threadid=185109&curpost...

replies(1): >>25066374 #
1. saagarjha ◴[] No.25066374[source]
How often is software written by a good human?