DMD 1.034 and 2.018 releases

Walter Bright newshound1 at digitalmars.com
Mon Aug 11 11:35:23 PDT 2008


Pete wrote:
> Not sure if someone else has already mentioned this but would it be
> possible for the compiler to align these arrays on 16 byte boundaries
> in order to maximise any possible vector efficiency. AFAIK you can't
> actually specify align anything higher than align 8 at the moment
> which is a bit of a problem.

Anything allocated with new will be aligned on 16 byte boundaries.


More information about the Digitalmars-d-announce mailing list