Commit 0f524b6c authored by James Almer's avatar James Almer Committed by Anton Khirnov

x86/synth_filter: remove the fma3 version ifdefs

This fixes compilation failures with --disable-fma3
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent aaab192d
...@@ -418,7 +418,5 @@ INIT_XMM sse2 ...@@ -418,7 +418,5 @@ INIT_XMM sse2
SYNTH_FILTER SYNTH_FILTER
INIT_YMM avx INIT_YMM avx
SYNTH_FILTER SYNTH_FILTER
%if HAVE_FMA3_EXTERNAL
INIT_YMM fma3 INIT_YMM fma3
SYNTH_FILTER SYNTH_FILTER
%endif
...@@ -82,9 +82,7 @@ SYNTH_FILTER_FUNC(sse) ...@@ -82,9 +82,7 @@ SYNTH_FILTER_FUNC(sse)
#endif #endif
SYNTH_FILTER_FUNC(sse2) SYNTH_FILTER_FUNC(sse2)
SYNTH_FILTER_FUNC(avx) SYNTH_FILTER_FUNC(avx)
#if HAVE_FMA3_EXTERNAL
SYNTH_FILTER_FUNC(fma3) SYNTH_FILTER_FUNC(fma3)
#endif
#endif /* HAVE_YASM */ #endif /* HAVE_YASM */
av_cold void ff_synth_filter_init_x86(SynthFilterContext *s) av_cold void ff_synth_filter_init_x86(SynthFilterContext *s)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment