]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/x86/fft_sse.c
moves mid_pred() into mathops.h (with arch specific code split by directory)
[ffmpeg] / libavcodec / x86 / fft_sse.c
index deced3b92945515935b92e80e4389d95c435086a..3d9f1c5145a79a359303680b1b98e766ad7b6ae2 100644 (file)
@@ -108,7 +108,7 @@ void ff_imdct_half_sse(MDCTContext *s, FFTSample *output, const FFTSample *input
             ::"r"(-4*k), "r"(4*k),
               "r"(input+n4), "r"(tcos+n8), "r"(tsin+n8)
         );
-#ifdef ARCH_X86_64
+#if ARCH_X86_64
         // if we have enough regs, don't let gcc make the luts latency-bound
         // but if not, latency is faster than spilling
         __asm__("movlps %%xmm0, %0 \n"