[x265] [PATCH] asm: interp_4tap_horiz_pX sse3 10-bit

chen chenm003 at 163.com
Tue Jun 2 18:44:08 CEST 2015


the root cause in below
 
        %elif cpuflag(sse3) && notcpuflag(ssse3)
            %define movu lddqu
        %endif

I often use SSSE3 to avoid this issue.
of course, you can choice to keep movdqu in here

At 2015-06-03 00:28:32,dave <dtyx265 at gmail.com> wrote:
>On 06/02/2015 09:16 AM, chen wrote:
>> movdqu      -> movu
>> others fine
>I am not sure why but movu here fails to build.
>
>source/common/x86/ipfilter16.asm:954: error: invalid combination of 
>opcode and operands
>make[2]: *** [common/CMakeFiles/common.dir/x86/ipfilter16.asm.o] Error 1
>make[1]: *** [common/CMakeFiles/common.dir/all] Error 2
>make: *** [all] Error 2
>_______________________________________________
>x265-devel mailing list
>x265-devel at videolan.org
>https://mailman.videolan.org/listinfo/x265-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20150603/170179c0/attachment.html>


More information about the x265-devel mailing list