## Edwin L. Culp W. ([email protected]): > 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
