[FFmpeg-cvslog] x86: fft: remove unused fft_dispatch* functions

Mans Rullgard git at videolan.org
Sun Aug 26 02:42:01 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sat Aug 25 15:57:19 2012 +0100| [db70730291df74595873d41914d2ef398fb13364] | committer: Mans Rullgard

x86: fft: remove unused fft_dispatch* functions

These functions are not used since the yasm conversion.

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db70730291df74595873d41914d2ef398fb13364
---

 libavcodec/x86/fft_mmx.asm |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/libavcodec/x86/fft_mmx.asm b/libavcodec/x86/fft_mmx.asm
index 60d6669..645253c 100644
--- a/libavcodec/x86/fft_mmx.asm
+++ b/libavcodec/x86/fft_mmx.asm
@@ -791,14 +791,6 @@ fft %+ n %+ fullsuffix:
 
 align 8
 dispatch_tab %+ fullsuffix: pointer list_of_fft
-
-section .text
-
-; On x86_32, this function does the register saving and restoring for all of fft.
-; The others pass args in registers and don't spill anything.
-cglobal fft_dispatch%2, 2,5,8, zc, nbits
-    FFT_DISPATCH fullsuffix, nbits
-    RET
 %endmacro ; DECL_FFT
 
 %if HAVE_AVX



More information about the ffmpeg-cvslog mailing list