Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2012 11:15:06 +0200
From:      =?ISO-8859-1?Q?Ren=E9_Ladan?= <rene@freebsd.org>
To:        KB N <kbn00@hotmail.com>
Cc:        chromium@freebsd.org
Subject:   Re: 19.0.1084.52 compile error
Message-ID:  <CADL2u4i-Kf%2BUXkH9oWkVzRF=uVk--kSJy7qRa_hfCCTR6tSQ4g@mail.gmail.com>
In-Reply-To: <SNT106-W18707E2AD07E2A948AFC56A8050@phx.gbl>
References:  <SNT106-W18707E2AD07E2A948AFC56A8050@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
2012/5/29 KB N <kbn00@hotmail.com>:
>
> Greetings,
>
> I got compile errors while updating my Chromium on my FreeBSD 9-STABLE. I=
t has something to do with SSE3 (my PC has no SSE3 support, old Athlon 64 X=
2 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 ye=
t.

>
> # portupgrade -v --batch chromium
> .
> .
> .
> (skipping to where the errors occur)
> .
> .
> .
>
> =A0CXX(target) out/Release/obj.target/skia_opts/third_party/skia/src/opts=
/SkBitmapProcState_opts_SSE2.o
> =A0CXX(target) out/Release/obj.target/skia_opts/third_party/skia/src/opts=
/SkBlitRect_opts_SSE2.o
> =A0CXX(target) out/Release/obj.target/skia_opts/third_party/skia/src/opts=
/SkBlitRow_opts_SSE2.o
> =A0CXX(target) out/Release/obj.target/skia_opts/third_party/skia/src/opts=
/SkUtils_opts_SSE2.o
> =A0CXX(target) out/Release/obj.target/skia_opts_ssse3/third_party/skia/sr=
c/opts/SkBitmapProcState_opts_SSSE3.o
> In file included from third_party/skia/src/opts/SkBitmapProcState_opts_SS=
SE3.cpp:8:0:
> /usr/local/lib/gcc46/gcc/x86_64-portbld-freebsd9.0/4.6.4/include/tmmintri=
n.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 [-fpermissiv=
e]
> 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 sco=
pe:
> 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 [-fpermissiv=
e]
> 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 sco=
pe:
> 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 param=
eter, 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 pa=
rameter, so a declaration of '_mm_unpacklo_epi8' must be available [-fpermi=
ssive]
> 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 pa=
rameter, so a declaration of '_mm_unpackhi_epi8' must be available [-fpermi=
ssive]
> 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 par=
ameter, so a declaration of '_mm_packus_epi16' must be available [-fpermiss=
ive]
> 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 pa=
rameter, so a declaration of '_mm_unpacklo_epi8' must be available [-fpermi=
ssive]
> 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 par=
ameter, so a declaration of '_mm_packus_epi16' must be available [-fpermiss=
ive]
> 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 pa=
rameter, so a declaration of '_mm_cvtsi128_si32' must be available [-fpermi=
ssive]
> 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 pa=
rameter, so a declaration of '_mm_unpacklo_epi8' must be available [-fpermi=
ssive]
> 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 pa=
rameter, so a declaration of '_mm_unpackhi_epi8' must be available [-fpermi=
ssive]
> 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 par=
ameter, so a declaration of '_mm_packus_epi16' must be available [-fpermiss=
ive]
> 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 pa=
rameter, so a declaration of '_mm_unpacklo_epi8' must be available [-fpermi=
ssive]
> 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 parame=
ter, 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 par=
ameter, so a declaration of '_mm_packus_epi16' must be available [-fpermiss=
ive]
> 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 pa=
rameter, so a declaration of '_mm_cvtsi128_si32' must be available [-fpermi=
ssive]
> 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 param=
eter, 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 pa=
rameter, so a declaration of '_mm_setzero_si128' must be available [-fpermi=
ssive]
> 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 pa=
rameter, so a declaration of '_mm_unpacklo_epi8' must be available [-fpermi=
ssive]
> 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 parame=
ter, 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 pa=
rameter, so a declaration of '_mm_setzero_si128' must be available [-fpermi=
ssive]
> 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 pa=
rameter, so a declaration of '_mm_cvtsi128_si32' must be available [-fpermi=
ssive]
> 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 =3D false, uint32_t =
=3D unsigned int]':
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:704:64: =A0 in=
stantiated 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 =3D true, uint32_t =
=3D unsigned int]':
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:710:63: =A0 in=
stantiated 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 =3D false, uint32_=
t =3D unsigned int]':
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:716:66: =A0 in=
stantiated 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 =3D true, uint32_t=
 =3D unsigned int]':
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:722:65: =A0 in=
stantiated 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
> =A0CC(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/o=
pts/SkBitmapProcState_opts_SSSE3.o] Error 1
> gmake: *** Waiting for unfinished jobs....
> *** Error code 1

Ren=E9



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADL2u4i-Kf%2BUXkH9oWkVzRF=uVk--kSJy7qRa_hfCCTR6tSQ4g>