Browse code

25% faster floating point AAN IDCT. Other float code likely benefits as well ...

Originally committed as revision 12245 to svn://svn.ffmpeg.org/ffmpeg/trunk

Michael Niedermayer authored on 2008/02/27 05:21:49
Showing 1 changed files
... ...
@@ -1808,6 +1808,7 @@ elif enabled optimizations; then
1808 1808
         add_cflags "-O3"
1809 1809
     fi
1810 1810
 fi
1811
+check_cflags -fno-math-errno
1811 1812
 
1812 1813
 # PIC flags for shared library objects where they are needed
1813 1814
 if enabled shared; then