02.02.12 19:01, Patrick Matthäi написав(ла):
> Am 02.02.2012 17:57, schrieb Maksym Veremeyenko:
>> Hi,
>>
>> attached patch perform line compositing for SSE2+ARCH_X86_64 build. It
>> works for a case where luma is not defined...
>>
>
> Is there a reason why it is only on amd64 available?
because it use xmm8 and xmm9 that available only for x64 mode...

> Surely the code should be disabled if mlt is configured without SSE
> support,
it used only:
[...]
#if defined(USE_SSE) && defined(ARCH_X86_64)

> but a user with an modern CPU but i386 userland/kernel maybe
> still wants to benefit from it?
code could be optimized by dropping keeping in register two constants...

-- 
________________________________________
Maksym Veremeyenko

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to