On Thu, 14 Apr 2011 11:58:06 +0300 George Liaskos <geo.liaskos_at_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 JennejohnReceived on Thu Apr 14 2011 - 08:30:19 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:13 UTC