Vector operations optimization.
Comrad
comrad.karlovich at googlemail.com
Wed Mar 21 23:06:00 PDT 2012
I'd like to try d in computational physics. One of the most
appealing features of the d is implementation of arrays, but to
be really usable this has to work FAST.
So here http://dlang.org/arrays.html it is stated, that:
"Implementation note: many of the more common vector
operations are expected to take advantage of any
vector math instructions available on the target
computer."
What is the status at the moment? What compiler and with which
compiler flags I should use to achieve maximum performance?
More information about the Digitalmars-d-learn
mailing list