Seems like Chrome is having an issue with clang.

Christoph Moench-Tegeder cmt at burggraben.net
Wed May 30 07:58:04 UTC 2012


## Edwin L. Culp W. (edwinlculp at gmail.com):

> Seems like Chrome is having an issue with clang.  It starts with the
> following errors:
> 
>   CC(target)
> out/Release/obj.target/skia_libtess/third_party/skia/third_party/glu/libtess/tess.o
> In file included from
> third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp:8:
> /usr/include/clang/3.1/tmmintrin.h:28:2: error: "SSSE3 instruction set not
> enabled"
> #error "SSSE3 instruction set not enabled"


SSSE3 is enabled by setting the right CPUTYPE (e.g. in make.conf, see
make.conf(5) and related documentation). THe default is "safe for all
supported machines", so SSSE3 and some other extensions are not used
by default.

Regards,
Christoph

-- 
Spare Space


More information about the freebsd-ports mailing list