mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
x86: fft: remove unused fft_dispatch* functions
These functions are not used since the yasm conversion. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
cba79d2123
commit
db70730291
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user