Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2012 09:58:00 +0200
From:      Christoph Moench-Tegeder <cmt@burggraben.net>
To:        freebsd-ports@freebsd.org
Subject:   Re: Seems like Chrome is having an issue with clang.
Message-ID:  <20120530075759.GA2604@reindeer.exwg.net>
In-Reply-To: <CALFgp2PyisN7Sc3_CM0O7-SwgLaNk7AW%2BprZmtnNCYtn1og-3Q@mail.gmail.com>
References:  <CALFgp2PyisN7Sc3_CM0O7-SwgLaNk7AW%2BprZmtnNCYtn1og-3Q@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
## Edwin L. Culp W. (edwinlculp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120530075759.GA2604>