On Thu, 14 Apr 2011 11:58:06 +0300
George Liaskos <geo.lias...@gmail.com> wrote:

> Hi list.
> 
> It seems that ssse3 support on base gcc is causing some compile errors
> on KDE related ports, all of them so far are tracked down to eigen2.
> 
> More precisely, /usr/local/include/eigen2/Eigen/Core :
> 
> 37     #ifdef __SSE3__
> 38       #include <pmmintrin.h>
> 39     #endif
> 40     #ifdef __SSSE3__
> 41       #include <tmmintrin.h>
> 42     #endif
> 
> I have tmmintrin.h only under /usr/include/clang/2.9, using r220528 - amd64.
> 

These are part of the gcc sources, but apparently tmmintrin.h is not
installed under /usr/include.  On my AMD64-current machine I have
/usr/include/gcc/4.2/pmmintrin.h and 
/usr/src/contrib/gcc/config/i386/tmmintrin.h

Don't have clang installed.

-- 
Gary Jennejohn
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to