DMD 1.034 and 2.018 releases
Walter Bright
newshound1 at digitalmars.com
Sat Aug 9 23:54:35 PDT 2008
bearophile wrote:
> It's very easy to write wrong benchmarks, so I am careful, but from
> the little I have seen so far the speed improvements are absent or
> less than 1 (slow down).
If this happens, then it's worth verifying that the asm code is actually
being run by inserting a printf in it.
> And I haven't seen yet SS2 asm in my compiled programs :-)
The dmd compiler doesn't generate SS2 instructions. But the routines in
internal\array*.d do.
More information about the Digitalmars-d-announce
mailing list