Access 'this' in inline assembly

Simen kjaeraas simen.kjaras at gmail.com
Mon Mar 7 11:37:28 PST 2011


Martin Kinkelin <noone at 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


More information about the Digitalmars-d-learn mailing list