kidoman / rays

Ray tracing based language benchmarks
https://kidoman.com/programming/go-getter.html
95 stars 23 forks source link

Clang compilation for C++ #9

Open diegoperini opened 10 years ago

diegoperini commented 10 years ago

Using Clang from LLVM toolchain may yield different results which should be used instead if it turns out to be faster.

C++ = min( clang , gcc )

kidoman commented 10 years ago

Yep... gotta test the difference in performance between gcc and clang