Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:OS X Compile? (Score 1) 147

And FWIW compiling with:

g++-fsf-4.4 smallpt.cpp -o smallpt -O3 -fopenmp -ffast-math -m64 -march=native -ftree-parallelize-loops=8 -funroll-all-loops

gives a runtime for smallpt 100 of 2m31s for my MacBook ("Early 2008" model).

Slashdot Top Deals

The two most common things in the Universe are hydrogen and stupidity. -- Harlan Ellison

Working...