[FFmpeg-cvslog] r12252 - trunk/configure
Måns Rullgård
mans
Tue Feb 26 23:39:50 CET 2008
michael <subversion at mplayerhq.hu> writes:
> Author: michael
> Date: Tue Feb 26 23:01:11 2008
> New Revision: 12252
>
> Log:
> Make gcc ignore the distinction between +0.0 and -0.0, this allows it to
> change x+0.0 to x. It does not allow gcc to remove x*0.0 though.
Would -ffinite-math-only help with this? It is of course risky to
apply this globally, but if it is safe to compile specific files with
this option (or others), that can be arranged.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list