<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><div>the root cause in below</div><div> </div><div> %elif cpuflag(sse3) && notcpuflag(ssse3)<br> %define movu lddqu<br> %endif<br></div><div>I often use SSSE3 to avoid this issue.</div><div>of course, you can choice to keep movdqu in here</div><pre><br>At 2015-06-03 00:28:32,dave <dtyx265@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@videolan.org
>https://mailman.videolan.org/listinfo/x265-devel
</pre></div>