Even if the compiler was available to the public most software doesn’t use it, so the benchmark is still not representative of real world performance.
Comment on Intel accused of inflating CPU benchmark results
aluminium@lemmy.world 10 months ago
Very mixed on this. If the compiler is for example using stuff like constexpr in C++ to do major calculations at compile time instead of at runtime then yeah its cheating.
But on the other hand if its doing some Microarchitecture specific optmizations like reordering instructions or replacing certain instructions with others - as long as these are available to the public its fair game i.m.o…
Giooschi@lemmy.world 10 months ago
Buffalox@lemmy.world 10 months ago
The article states that the compilation was tailored for this specific task, which means it doesn’t represent how the CPU would normally perform. So it’s definitely cheating.
A benchmark is not supposed to be a compiler optimization competition. If they showed both, and revealed it was optimized, it would be another matter.