On 7 March 2011 20:37, Simen kjaeraas <simen.kjaras@gmail.com> wrote:
Martin Kinkelin <noone@spam.com> wrote:

Thanks,

movups XMM0, [EAX];

works. The SSE version takes more than 160% of the run-time compared to the naive
version though. ;)

Yup. Functions using inline assembly are never inlined, so that's rarely
a good reason to use it.

--
Simen

Is this just a fact of the current state of dmd, or is it by design? - and if thats the case, why?

--
// Yours sincerely
// Emil 'Skeen' Madsen