How to initialize static array member variable?
Simen kjaeraas
simen.kjaras at gmail.com
Fri Oct 1 03:45:55 PDT 2010
Trass3r <un at known.com> wrote:
> Here's a basic D2 fixed-size vector implementation for you to study:
> http://sfml.svn.sourceforge.net/viewvc/sfml/branches/sfml2/DSFML/import/dsfml/system/vector.d?view=markup
I can't help but wonder if those neat SSE functions are a waste.
Functions that use inline assembly cannot be inlined, and thus aren't
necessarily faster than using good old x87. Now, if only DMD had some
intrinsics for that...
--
Simen
More information about the Digitalmars-d-learn
mailing list