[MPlayer-dev-eng] [PATCH] Enable FTZ/DAZ for SSE

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Fri May 18 13:24:09 CEST 2007


On Friday, 18 May 2007 at 10:35, Zuxy Meng wrote:
> Hi,
> 
> 2007/5/18, Diego Biurrun <diego at biurrun.de>:
> > On Fri, May 18, 2007 at 03:41:20PM +0800, Zuxy Meng wrote:
> > >
> > > If no more objections I plan to apply the attached patch next week.
> > >
> > > --- Makefile  ?????? 23339??
> > > +++ Makefile  ????????????
> > > @@ -223,10 +223,10 @@
> > >
> > >  mplayer$(EXESUF): $(MPLAYER_DEPS)
> > > -     $(CC) -o $@ $^ $(LDFLAGS_MPLAYER)
> > > +     $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS_MPLAYER)
> >
> > Rejected, CFLAGS do not belong in a linker command.
> 
> Hmm...I don't know if putting '-ffast-math' into COMMON_LDFLAGS is uglier.

We certainly need them there for gcc to link in the correct
object file for SSE support, right?

Regards,
R.

-- 
MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
	-- from "Collected Sayings of Muad'Dib" by the Princess Irulan



More information about the MPlayer-dev-eng mailing list