Release D 2.077.0

Walter Bright newshound2 at digitalmars.com
Fri Nov 3 09:33:31 UTC 2017


On 11/3/2017 2:28 AM, Daniel Kozak wrote:
> How should I compile my program to enable array vectorization?

dmd doesn't do what is known as "auto-vectorization".

https://en.wikipedia.org/wiki/Automatic_vectorization

What D does is have vector data types, and when those are used vector 
instructions are generated for them.

https://dlang.org/spec/simd.html


More information about the Digitalmars-d-announce mailing list