Vector operations optimization.

Trass3r un at known.com
Thu Mar 22 03:43:33 PDT 2012


> What is the status at the moment? What compiler and with which compiler  
> flags I should use to achieve maximum performance?

In general gdc or ldc. Not sure how good vectorization is though, esp.  
auto-vectorization.
On the other hand the so called vector operations like a[] = b[] + c[];  
are lowered to hand-written SSE assembly even in dmd.


More information about the Digitalmars-d-learn mailing list