On 07/31/2012 11:23 PM, Ronald S. Bultje wrote: > From: "Ronald S. Bultje" <[email protected]> > > 64-bit CPUs always have SSE available, thus there is no need to compile > in the 3dnow functions. This results in smaller binaries. > --- > libavcodec/x86/Makefile | 2 - > libavcodec/x86/fft.c | 2 + > libavcodec/x86/fft_3dn.c | 23 ------ > libavcodec/x86/fft_3dn2.c | 173 -------------------------------------- > libavcodec/x86/fft_mmx.asm | 196 > +++++++++++++++++++++++++++++++++++++------- > 5 files changed, 170 insertions(+), 226 deletions(-) > delete mode 100644 libavcodec/x86/fft_3dn.c > delete mode 100644 libavcodec/x86/fft_3dn2.c
LGTM -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
