Revision b2eb2ff0
ID | b2eb2ff098b21a3f50d08688a437e55d8f089390 |
Parent | f65c9da1 |
Child | d597655f |
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
Files
- added
- modified
- copied
- renamed
- deleted