<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 06/02/2015 09:44 AM, chen wrote:<br>
</div>
<blockquote
cite="mid:2833adb1.1d45.14db528a19d.Coremail.chenm003@163.com"
type="cite">
<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>
</div>
</blockquote>
I prefer to keep it sse3/movdqu.<br>
<br>
This looks like a bug of movu. lddqu can only move up to 64-bits
but movu moves 128-bits in 64-bit mode. If fixed, then changing
movdqu to movu should cause no problems.<br>
<blockquote
cite="mid:2833adb1.1d45.14db528a19d.Coremail.chenm003@163.com"
type="cite">
<div
style="line-height:1.7;color:#000000;font-size:14px;font-family:arial">
<pre>At 2015-06-03 00:28:32,dave <a class="moz-txt-link-rfc2396E" href="mailto:dtyx265@gmail.com"><dtyx265@gmail.com></a> 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
><a class="moz-txt-link-abbreviated" href="mailto:x265-devel@videolan.org">x265-devel@videolan.org</a>
><a class="moz-txt-link-freetext" href="https://mailman.videolan.org/listinfo/x265-devel">https://mailman.videolan.org/listinfo/x265-devel</a>
</pre>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
x265-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:x265-devel@videolan.org">x265-devel@videolan.org</a>
<a class="moz-txt-link-freetext" href="https://mailman.videolan.org/listinfo/x265-devel">https://mailman.videolan.org/listinfo/x265-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>