static array alignment

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Nov 30 06:02:46 PST 2014


On Sunday, 30 November 2014 at 13:55:16 UTC, Temtaime wrote:
> align doesn't work in DMD.

It does in some places, but not on local variables. I think the 
best you can do for them is use the core.simd types which are 
intrinsicially aligned.


More information about the Digitalmars-d-learn mailing list