提交 b2eb2ff0 编写于 作者: M Michael Niedermayer

Make gcc ignore the distinction between +0.0 and -0.0, this allows it to

change x+0.0 to x. Though it alone does not allow gcc to remove x*0.0,
that would also require -ffinite-math-only.

Originally committed as revision 12252 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 f65c9da1
......@@ -1824,6 +1824,7 @@ elif enabled optimizations; then
fi
fi
check_cflags -fno-math-errno
check_cflags -fno-signed-zeros
# PIC flags for shared library objects where they are needed
if enabled shared; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册