DMD 1.034 and 2.018 releases
Walter Bright
newshound1 at digitalmars.com
Sat Aug 9 11:24:58 PDT 2008
bearophile wrote:
> First benchmark, just D against itself, not used GCC yet, the results
> show that vector ops are generally slower, but maybe there's some
> bug/problem in my benchmark (note it needs just Phobos!), not tested
> on Linux yet:
[...]
> a3[] = a1[] / a2[];
I wouldn't be a bit surprised at that since / for int[]s does not have a
custom asm routine for it. See phobos/internal/arrayint.d
If someone wants to write one, I'll put it in!
More information about the Digitalmars-d-announce
mailing list