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
pull/126/head
Michael Niedermayer 17 years ago
parent 499e4700ef
commit 11fdbc4430
  1. 1
      configure

1
configure vendored

@ -1808,6 +1808,7 @@ elif enabled optimizations; then
add_cflags "-O3"
fi
fi
check_cflags -fno-math-errno
# PIC flags for shared library objects where they are needed
if enabled shared; then

Loading…
Cancel
Save