On Thu Mar 10 11, Alexander Best wrote:
> On Thu Mar 10 11, Dimitry Andric wrote:
> > On 2011-03-09 22:18, David Schultz wrote:
> > >The proliferation of -mno-sse -mno-sse2 -mno-sse3 options in the
> > >makefiles is probably not needed: I'm pretty sure -mno-sse implies
> > >the other two, unless -m
On Wed Mar 9 11, George Liaskos wrote:
> > I have prepared a patch that finishes the "core2" support part and
> > backports from gcc-4.3
> > the SSSE3 instruction set (-mssse3, -mno-ssse3).
> > It is enabled for -march=core2 by default.
> >
> > Testing and comments are welcome.
> >
> > Patch:
> >
On Thu Mar 10 11, Dimitry Andric wrote:
> On 2011-03-09 22:18, David Schultz wrote:
> >The proliferation of -mno-sse -mno-sse2 -mno-sse3 options in the
> >makefiles is probably not needed: I'm pretty sure -mno-sse implies
> >the other two, unless -msse3 is specified explicitly.
>
> Indeed, contrib
On 2011-03-09 22:18, David Schultz wrote:
The proliferation of -mno-sse -mno-sse2 -mno-sse3 options in the
makefiles is probably not needed: I'm pretty sure -mno-sse implies
the other two, unless -msse3 is specified explicitly.
Indeed, contrib/gcc/config/i386/i386.c has:
static bool
ix86_handl
On Wed, Mar 09, 2011, Martin Matuska wrote:
> I have prepared a patch that finishes the "core2" support part and
> backports from gcc-4.3
> the SSSE3 instruction set (-mssse3, -mno-ssse3).
> It is enabled for -march=core2 by default.
>
> Testing and comments are welcome.
>
> Patch:
> http://peopl
On Wed, Mar 9, 2011 at 9:49 AM, George Liaskos wrote:
> > I have prepared a patch that finishes the "core2" support part and
> > backports from gcc-4.3
> > the SSSE3 instruction set (-mssse3, -mno-ssse3).
> > It is enabled for -march=core2 by default.
> >
> > Testing and comments are welcome.
> >
> I have prepared a patch that finishes the "core2" support part and
> backports from gcc-4.3
> the SSSE3 instruction set (-mssse3, -mno-ssse3).
> It is enabled for -march=core2 by default.
>
> Testing and comments are welcome.
>
> Patch:
> http://people.freebsd.org/~mm/patches/head-gcc-ssse3.patch
I have prepared a patch that finishes the "core2" support part and
backports from gcc-4.3
the SSSE3 instruction set (-mssse3, -mno-ssse3).
It is enabled for -march=core2 by default.
Testing and comments are welcome.
Patch:
http://people.freebsd.org/~mm/patches/head-gcc-ssse3.patch
The backport c