On Thu Apr 14 11, George Liaskos wrote:
> > It works fine here:
> >
> > $ gcc -### -march=native -S empty.c
> > Using built-in specs.
> > Target: i386-undermydesk-freebsd
> > Configured with: FreeBSD/i386 system compiler
> > Thread model: posix
> > gcc version 4.2.2 20070831 prerelease [FreeBSD]
>
On Thu Apr 14 11, George Liaskos wrote:
> > It works fine here:
> >
> > $ gcc -### -march=native -S empty.c
> > Using built-in specs.
> > Target: i386-undermydesk-freebsd
> > Configured with: FreeBSD/i386 system compiler
> > Thread model: posix
> > gcc version 4.2.2 20070831 prerelease [FreeBSD]
>
> It works fine here:
>
> $ gcc -### -march=native -S empty.c
> Using built-in specs.
> Target: i386-undermydesk-freebsd
> Configured with: FreeBSD/i386 system compiler
> Thread model: posix
> gcc version 4.2.2 20070831 prerelease [FreeBSD]
> "/usr/libexec/cc1" "-quiet" "-D_LONGLONG" "empty.c" "-m
On Thu Apr 14 11, Dimitry Andric wrote:
> On 2011-04-14 16:03, Alexander Best wrote:
> ...
> >for me too when using clang. i cannot say anything about base gcc because
> >it's
> >dated march 13th on my machine, which is before r219697 was committed.
> >
> >are you sure you are running a copy of ba
On 2011-04-14 16:03, Alexander Best wrote:
...
for me too when using clang. i cannot say anything about base gcc because it's
dated march 13th on my machine, which is before r219697 was committed.
are you sure you are running a copy of base gcc built from a recent HEAD?
Yep, built today from r
d model: posix
> gcc version 4.2.2 20070831 prerelease [FreeBSD]
> "/usr/libexec/cc1" "-quiet" "-D_LONGLONG" "empty.c" "-march=core2"
> "-mtune=generic" "-quiet" "-dumpbase" "empty.c" "-auxbase" &qu
GLONG" "empty.c" "-march=core2" "-mtune=generic" "-quiet" "-dumpbase" "empty.c"
"-auxbase" "empty" "-o" "empty.s"
and also for clang:
$ clang -### -march=native -S empty.c
FreeBSD cla
On Thu Apr 14 11, George Liaskos wrote:
> > You can just copy /usr/src/contrib/gcc/config/i386/tmmintrin.h to
> > /usr/include/gcc/4.2 for now, or apply the attached patch and run "make
> > install" in /usr/src/gnu/usr.bin/cc/include. I'll commit a fix to
> > -current tonight.
>
> This is great,
> You can just copy /usr/src/contrib/gcc/config/i386/tmmintrin.h to
> /usr/include/gcc/4.2 for now, or apply the attached patch and run "make
> install" in /usr/src/gnu/usr.bin/cc/include. I'll commit a fix to
> -current tonight.
This is great, thank you very much.
There's one more minor hiccup
On 2011-04-14 10:58, George Liaskos wrote:
...
More precisely, /usr/local/include/eigen2/Eigen/Core :
37 #ifdef __SSE3__
38 #include
39 #endif
40 #ifdef __SSSE3__
41 #include
42 #endif
I have tmmintrin.h only under /usr/include/clang/2.9, using r220528 - amd64.
You
On Thu, 14 Apr 2011 11:58:06 +0300
George Liaskos 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 __S
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
39 #endif
40 #ifdef __SSSE3__
41 #in
12 matches
Mail list logo