2012/5/29 KB N <[email protected]>:
>
> Greetings,
>
> I got compile errors while updating my Chromium on my FreeBSD 9-STABLE. It
> has something to do with SSE3 (my PC has no SSE3 support, old Athlon 64 X2
> 3800+ CPU).
>
Yes, this is a known error which I encountered in my tinderbox build
too (also an old Pentium4).
There is an option to leave out SSE2 but that does not leave out (S)SSE3 yet.
>
> # portupgrade -v --batch chromium
> .
> .
> .
> (skipping to where the errors occur)
> .
> .
> .
>
> CXX(target)
> out/Release/obj.target/skia_opts/third_party/skia/src/opts/SkBitmapProcState_opts_SSE2.o
> CXX(target)
> out/Release/obj.target/skia_opts/third_party/skia/src/opts/SkBlitRect_opts_SSE2.o
> CXX(target)
> out/Release/obj.target/skia_opts/third_party/skia/src/opts/SkBlitRow_opts_SSE2.o
> CXX(target)
> out/Release/obj.target/skia_opts/third_party/skia/src/opts/SkUtils_opts_SSE2.o
> CXX(target)
> out/Release/obj.target/skia_opts_ssse3/third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.o
> In file included from
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:8:0:
> /usr/local/lib/gcc46/gcc/x86_64-portbld-freebsd9.0/4.6.4/include/tmmintrin.h:31:3:
> error: #error "SSSE3 instruction set not enabled"
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:41:49: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:41:58: error: ISO
> C++ forbids declaration of 'mask_3FFF' with no type [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:42:49: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:42:58: error: ISO
> C++ forbids declaration of 'mask_000F' with no type [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:43:49: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:43:58: error: ISO
> C++ forbids declaration of 'sixteen_8bit' with no type [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:44:49: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:44:58: error: ISO
> C++ forbids declaration of 'mask_dist_select' with no type [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:45:43: error:
> '__m128i' has not been declared
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:46:43: error:
> '__m128i' has not been declared
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'void
> {anonymous}::PrepareConstantsTwoPixelPairs(const uint32_t*, const int&, const
> int&, const int&, const int&, int*, int*, int*, int*)':
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:49:11: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:53:11: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:55:11: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:57:39: error:
> expected type-specifier before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:57:39: error:
> expected '>' before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:57:39: error:
> expected '(' before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:57:39: error:
> '__m128i' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:57:48: error:
> expected primary-expression before '>' token
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:57:55: error:
> 'x0_wide' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:58:39: error:
> expected type-specifier before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:58:39: error:
> expected '>' before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:58:39: error:
> expected '(' before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:58:48: error:
> expected primary-expression before '>' token
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:58:55: error:
> 'x1_wide' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:60:13: error:
> expected ';' before 'all_x'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:63:5: error:
> 'all_x' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:63:53: error:
> '_mm_shuffle_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:67:56: error:
> '_mm_sub_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: At global scope:
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:87:53: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:87:62: error: ISO
> C++ forbids declaration of 'mask_3FFF' with no type [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:88:53: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:88:62: error: ISO
> C++ forbids declaration of 'mask_000F' with no type [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:89:53: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:89:62: error: ISO
> C++ forbids declaration of 'sixteen_8bit' with no type [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:90:53: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:90:62: error: ISO
> C++ forbids declaration of 'mask_dist_select' with no type [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:91:47: error:
> '__m128i' has not been declared
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:92:47: error:
> '__m128i' has not been declared
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'void
> {anonymous}::PrepareConstantsTwoPixelPairsDXDY(const uint32_t*, const int&,
> const int&, const int&, const int&, int*, int*, int*, int*)':
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:94:11: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:98:5: error:
> '__m128i' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:98:13: error:
> expected ';' before 'xy0_wide'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:100:5: error:
> 'xy0_wide' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:100:67: error:
> '_MM_SHUFFLE' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:100:68: error:
> '_mm_shuffle_epi32' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:102:13: error:
> expected ';' before 'xy1_wide'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:104:5: error:
> 'xy1_wide' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:106:39: error:
> expected type-specifier before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:106:39: error:
> expected '>' before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:106:39: error:
> expected '(' before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:106:48: error:
> expected primary-expression before '>' token
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:107:39: error:
> expected type-specifier before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:107:39: error:
> expected '>' before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:107:39: error:
> expected '(' before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:107:48: error:
> expected primary-expression before '>' token
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:110:13: error:
> expected ';' before 'all_xy'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:112:5: error:
> 'all_xy' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:114:55: error:
> '_mm_shuffle_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:118:58: error:
> '_mm_sub_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: At global scope:
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:128:8: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:168:8: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:198:8: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:215:8: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:240:8: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:279:8: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:308:8: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:342:8: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'void
> {anonymous}::S32_generic_D32_filter_DX_SSSE3(const SkBitmapProcState&, const
> uint32_t*, int, uint32_t*)':
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:408:11: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:412:11: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:413:11: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:414:11: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:416:11: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:418:5: error:
> '__m128i' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:418:13: error:
> expected ';' before 'alpha'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:421:9: error:
> 'alpha' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:421:45: error:
> there are no arguments to '_mm_set1_epi16' that depend on a template
> parameter, so a declaration of '_mm_set1_epi16' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:421:45: note: (if
> you use '-fpermissive', G++ will accept your code, but allowing the use of an
> undeclared name is deprecated)
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:430:21: error:
> expected ';' before 'all_x'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:431:47: error:
> 'mask_3FFF' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:431:58: error:
> 'mask_000F' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:432:43: error:
> 'sixteen_8bit' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:432:57: error:
> 'mask_dist_select' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:433:44: error:
> 'all_x' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:433:52: error:
> 'sixteen_minus_x' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:438:21: error:
> expected ';' before 'scale_x'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:439:13: error:
> 'scale_x' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:439:63: error:
> there are no arguments to '_mm_unpacklo_epi8' that depend on a template
> parameter, so a declaration of '_mm_unpacklo_epi8' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:441:21: error:
> expected ';' before 'sum0'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:447:63: error:
> there are no arguments to '_mm_unpackhi_epi8' that depend on a template
> parameter, so a declaration of '_mm_unpackhi_epi8' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:449:21: error:
> expected ';' before 'sum1'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:454:13: error:
> 'sum0' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:454:43: error:
> 'sum1' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:454:47: error:
> there are no arguments to '_mm_packus_epi16' that depend on a template
> parameter, so a declaration of '_mm_packus_epi16' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:457:47: error:
> expected type-specifier before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:457:47: error:
> expected '>' before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:457:47: error:
> expected '(' before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:457:56: error:
> expected primary-expression before '>' token
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:469:19: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:472:21: error:
> expected ';' before 'scale_x'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:474:13: error:
> 'scale_x' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:474:50: error:
> 'all_x' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:474:55: error:
> there are no arguments to '_mm_unpacklo_epi8' that depend on a template
> parameter, so a declaration of '_mm_unpacklo_epi8' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:476:21: error:
> expected ';' before 'sum'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:481:13: error:
> 'sum' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:481:41: error:
> 'zero' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:481:45: error:
> there are no arguments to '_mm_packus_epi16' that depend on a template
> parameter, so a declaration of '_mm_packus_epi16' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:484:46: error:
> there are no arguments to '_mm_cvtsi128_si32' that depend on a template
> parameter, so a declaration of '_mm_cvtsi128_si32' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:488:15: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:491:15: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:494:15: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:502:21: error:
> expected ';' before 'all_x'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:503:47: error:
> 'mask_3FFF' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:503:58: error:
> 'mask_000F' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:504:43: error:
> 'sixteen_8bit' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:504:57: error:
> 'mask_dist_select' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:505:44: error:
> 'all_x' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:505:52: error:
> 'sixteen_minus_x' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:510:21: error:
> expected ';' before 'scale_x'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:511:13: error:
> 'scale_x' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:511:63: error:
> there are no arguments to '_mm_unpacklo_epi8' that depend on a template
> parameter, so a declaration of '_mm_unpacklo_epi8' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:513:21: error:
> expected ';' before 'sum0'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:519:63: error:
> there are no arguments to '_mm_unpackhi_epi8' that depend on a template
> parameter, so a declaration of '_mm_unpackhi_epi8' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:521:21: error:
> expected ';' before 'sum1'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:528:13: error:
> 'sum0' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:528:43: error:
> 'sum1' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:528:47: error:
> there are no arguments to '_mm_packus_epi16' that depend on a template
> parameter, so a declaration of '_mm_packus_epi16' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:531:47: error:
> expected type-specifier before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:531:47: error:
> expected '>' before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:531:47: error:
> expected '(' before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:531:56: error:
> expected primary-expression before '>' token
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:543:19: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:546:21: error:
> expected ';' before 'scale_x'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:549:13: error:
> 'scale_x' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:549:50: error:
> 'all_x' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:549:55: error:
> there are no arguments to '_mm_unpacklo_epi8' that depend on a template
> parameter, so a declaration of '_mm_unpacklo_epi8' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:552:21: error:
> expected ';' before 'sum0'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:554:21: error:
> expected ';' before 'sum1'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:557:13: error:
> 'sum0' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:557:40: error:
> 'sum1' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:557:44: error:
> there are no arguments to '_mm_add_epi16' that depend on a template
> parameter, so a declaration of '_mm_add_epi16' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:559:20: error:
> 'ScaleFourPixels' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:559:57: error:
> 'alpha' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:562:43: error:
> 'zero' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:562:47: error:
> there are no arguments to '_mm_packus_epi16' that depend on a template
> parameter, so a declaration of '_mm_packus_epi16' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:565:47: error:
> there are no arguments to '_mm_cvtsi128_si32' that depend on a template
> parameter, so a declaration of '_mm_cvtsi128_si32' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'void
> {anonymous}::S32_generic_D32_filter_DXDY_SSSE3(const SkBitmapProcState&,
> const uint32_t*, int, uint32_t*)':
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:592:11: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:596:11: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:597:11: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:598:11: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:600:5: error:
> '__m128i' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:600:13: error:
> expected ';' before 'alpha'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:603:9: error:
> 'alpha' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:603:45: error:
> there are no arguments to '_mm_set1_epi16' that depend on a template
> parameter, so a declaration of '_mm_set1_epi16' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:610:17: error:
> expected ';' before 'all_xy'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:611:47: error:
> 'mask_3FFF' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:611:58: error:
> 'mask_000F' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:612:43: error:
> 'sixteen_8bit' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:612:57: error:
> 'mask_dist_select' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:613:43: error:
> 'all_xy' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:613:52: error:
> 'sixteen_minus_xy' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:616:17: error:
> expected ';' before 'scale_x'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:618:17: error:
> expected ';' before 'all_y'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:619:17: error:
> expected ';' before 'neg_y'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:630:17: error:
> expected ';' before 'sum0'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:635:9: error:
> 'sum0' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:635:57: error:
> there are no arguments to '_mm_setzero_si128' that depend on a template
> parameter, so a declaration of '_mm_setzero_si128' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:638:43: error:
> expected type-specifier before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:638:43: error:
> expected '>' before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:638:43: error:
> expected '(' before '__m128i'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:638:52: error:
> expected primary-expression before '>' token
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:665:15: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:668:17: error:
> expected ';' before 'scale_x'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:671:9: error:
> 'scale_x' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:671:46: error:
> 'all_x' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:671:51: error:
> there are no arguments to '_mm_unpacklo_epi8' that depend on a template
> parameter, so a declaration of '_mm_unpacklo_epi8' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:674:15: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:677:15: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:680:15: error:
> '__m128i' does not name a type
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:683:17: error:
> expected ';' before 'sum0'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:685:17: error:
> expected ';' before 'sum1'
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:688:9: error:
> 'sum0' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:688:36: error:
> 'sum1' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:688:40: error:
> there are no arguments to '_mm_add_epi16' that depend on a template
> parameter, so a declaration of '_mm_add_epi16' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:690:16: error:
> 'ScaleFourPixels' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:690:53: error:
> 'alpha' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:693:57: error:
> there are no arguments to '_mm_setzero_si128' that depend on a template
> parameter, so a declaration of '_mm_setzero_si128' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:696:43: error:
> there are no arguments to '_mm_cvtsi128_si32' that depend on a template
> parameter, so a declaration of '_mm_cvtsi128_si32' must be available
> [-fpermissive]
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'void
> {anonymous}::S32_generic_D32_filter_DX_SSSE3(const SkBitmapProcState&, const
> uint32_t*, int, uint32_t*) [with bool has_alpha = false, uint32_t = unsigned
> int]':
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:704:64:
> instantiated from here
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:421:9: error:
> '_mm_set1_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:439:13: error:
> '_mm_unpacklo_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:447:13: error:
> '_mm_unpackhi_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:454:13: error:
> '_mm_packus_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:474:13: error:
> '_mm_unpacklo_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:481:13: error:
> '_mm_packus_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:484:13: error:
> '_mm_cvtsi128_si32' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:511:13: error:
> '_mm_unpacklo_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:519:13: error:
> '_mm_unpackhi_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:528:13: error:
> '_mm_packus_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:549:13: error:
> '_mm_unpacklo_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:557:13: error:
> '_mm_add_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:562:13: error:
> '_mm_packus_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:565:13: error:
> '_mm_cvtsi128_si32' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'void
> {anonymous}::S32_generic_D32_filter_DX_SSSE3(const SkBitmapProcState&, const
> uint32_t*, int, uint32_t*) [with bool has_alpha = true, uint32_t = unsigned
> int]':
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:710:63:
> instantiated from here
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:421:9: error:
> '_mm_set1_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:439:13: error:
> '_mm_unpacklo_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:447:13: error:
> '_mm_unpackhi_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:454:13: error:
> '_mm_packus_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:474:13: error:
> '_mm_unpacklo_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:481:13: error:
> '_mm_packus_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:484:13: error:
> '_mm_cvtsi128_si32' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:511:13: error:
> '_mm_unpacklo_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:519:13: error:
> '_mm_unpackhi_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:528:13: error:
> '_mm_packus_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:549:13: error:
> '_mm_unpacklo_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:557:13: error:
> '_mm_add_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:562:13: error:
> '_mm_packus_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:565:13: error:
> '_mm_cvtsi128_si32' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'void
> {anonymous}::S32_generic_D32_filter_DXDY_SSSE3(const SkBitmapProcState&,
> const uint32_t*, int, uint32_t*) [with bool has_alpha = false, uint32_t =
> unsigned int]':
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:716:66:
> instantiated from here
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:603:9: error:
> '_mm_set1_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:635:9: error:
> '_mm_setzero_si128' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:635:9: error:
> '_mm_packus_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:671:9: error:
> '_mm_unpacklo_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:688:9: error:
> '_mm_add_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:693:9: error:
> '_mm_setzero_si128' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:693:9: error:
> '_mm_packus_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:696:9: error:
> '_mm_cvtsi128_si32' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp: In function 'void
> {anonymous}::S32_generic_D32_filter_DXDY_SSSE3(const SkBitmapProcState&,
> const uint32_t*, int, uint32_t*) [with bool has_alpha = true, uint32_t =
> unsigned int]':
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:722:65:
> instantiated from here
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:603:9: error:
> '_mm_set1_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:635:9: error:
> '_mm_setzero_si128' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:635:9: error:
> '_mm_packus_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:671:9: error:
> '_mm_unpacklo_epi8' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:688:9: error:
> '_mm_add_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:693:9: error:
> '_mm_setzero_si128' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:693:9: error:
> '_mm_packus_epi16' was not declared in this scope
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:696:9: error:
> '_mm_cvtsi128_si32' was not declared in this scope
> CC(target)
> out/Release/obj.target/skia_libtess/third_party/skia/third_party/glu/libtess/dict.o
> gmake: ***
> [out/Release/obj.target/skia_opts_ssse3/third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.o]
> Error 1
> gmake: *** Waiting for unfinished jobs....
> *** Error code 1
René
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to "[email protected]"