[x265] [4066e6e] Compiler error at 68-per-cent

chen chenm003 at 163.com
Sun Oct 20 11:52:04 CEST 2013


a little typo problem, thanks
here is temporary patch

At 2013-10-20 04:25:09,JMK <three4teen16 at coldmail.nu> wrote:
>Using GCC 4.8.1;
>
>[ 68%] Building CXX object common/CMakeFiles/common.dir/vec/intra-sse3.cpp.obj
>F:/GITS/X265/20131019/source/common/vec/intra-sse3.cpp: In function 'void {anonymous}::predDCFiltering(pixel*, pixel*, pixel*, intptr_t, int)':
>F:/GITS/X265/20131019/source/common/vec/intra-sse3.cpp:118:54: error: '_mm_cvtsi64_si128' was not declared in this scope
>         pix = _mm_cvtsi64_si128(*(uint64_t*)&above[1]);
>                                                      ^
>F:/GITS/X265/20131019/source/common/vec/intra-sse3.cpp: In function 'void {anonymous}::intra_pred_dc(pixel*, pixel*, pixel*, intptr_t, int, int)':
>F:/GITS/X265/20131019/source/common/vec/intra-sse3.cpp:177:74: error: '_mm_hadd_epi16' was not declared in this scope
>         sum  = _mm_cvtsi128_si32(_mm_hadd_epi16(_mm_hadd_epi16(temp, temp), temp));
>                                                                          ^
>F:/GITS/X265/20131019/source/common/vec/intra-sse3.cpp:177:81: error: '_mm_hadd_epi16' was not declared in this scope
>         sum  = _mm_cvtsi128_si32(_mm_hadd_epi16(_mm_hadd_epi16(temp, temp), temp));
>                                                                                 ^
>F:/GITS/X265/20131019/source/common/vec/intra-sse3.cpp:177:81: error: redeclaration of '<typeprefixerror>_mm_hadd_epi16'
>F:/GITS/X265/20131019/source/common/vec/intra-sse3.cpp:177:74: note: previous declaration
>'<type prefixerror>_mm_hadd_epi16'
>         sum  = _mm_cvtsi128_si32(_mm_hadd_epi16(_mm_hadd_epi16(temp, temp), temp));
>                                                                          ^
>make[2]: *** [common/CMakeFiles/common.dir/vec/intra-sse3.cpp.obj] Error 1
>make[1]: *** [common/CMakeFiles/common.dir/all] Error 2
>make: *** [all] Error 2
>
>_____________________________________________________________
>ps. Do you like my email address? Get yourself a coldmail.nu address too
>http://www.coldmail.nu (it's free!)
>_______________________________________________
>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/20131020/c7e77258/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch0.patch
Type: application/octet-stream
Size: 755 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20131020/c7e77258/attachment.obj>


More information about the x265-devel mailing list