On 07/11/2012 07:55 PM, Justin Ruggles wrote:
> On 06/25/2012 05:42 PM, Jason Garrett-Glaser wrote:
>>> +    movhlps    m3, m0           ; m3 =  3,  9, 15, 21,  x,  x,  x,  x
>> movhlps has a dependency on the top half of m3, which is
>> uninitialized.  Maybe do this?
>>
>>  +    movq     m3, [srcq+src3q]
>>  +    movhps m0, m3
>>
> 
> You mean movlhps m0, m3 ?

Hmm. nevermind. It doesn't even need that. Just the movq to m3 will be
enough.

-Justin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to