D for scientific computing

Walter Bright newshound2 at digitalmars.com
Thu Jan 24 02:16:47 PST 2013


On 1/24/2013 2:08 AM, Nicolas Sicard wrote:
> The different D compilers available don't generate numeric code of the same
> quality, depending on the algorithms and data structures used. I have found in
> one of my projects that LDC produces code that is up to 5x or even 10x faster
> than DMD (though the average difference is less spectacular).

If you use the 64 bit model, dmd will use SIMD instructions for float and 
double, which are much faster.


More information about the Digitalmars-d mailing list