N-body bench

Stanislav Blinov stanislav.blinov at gmail.com
Thu Jan 30 10:42:02 PST 2014


On Thursday, 30 January 2014 at 18:29:42 UTC, bearophile wrote:

I see you're compiling with

ldmd2 -wi -O -release -inline -noboundscheck nbody.d

Try

ldc2 -release -O3 -disable-boundscheck -vectorize -vectorize-loops


More information about the Digitalmars-d-learn mailing list