[LLVMdev] LNT BenchmarkGame

Tim Northover t.p.northover at gmail.com
Tue Mar 12 07:36:08 PDT 2013


Hi Renato,

> The test is initializing srand(1), so in theory, it shouldn't be different
> between compilers, since Clang is using the same libraries.

If Clang and GCC disagree on the same source, same machine and with
the same libraries, that certainly is odd. But it doesn't make
checking against the output of a particular libc's RNG any better an
idea in general.

Cheers.

Tim.



More information about the llvm-dev mailing list