Perlin noise benchmark speed

bearophile via Digitalmars-d digitalmars-d at puremagic.com
Fri Jun 20 08:24:37 PDT 2014


If I add this import in Noise2DContext.getGradients the run-time 
decreases a lot (I am now just two times slower than gcc with 
-Ofast):

import core.stdc.math: floor;

Bye,
bearophile


More information about the Digitalmars-d mailing list