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