summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fft_sse.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/x86/fft_sse.c')
-rw-r--r--libavcodec/x86/fft_sse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/fft_sse.c b/libavcodec/x86/fft_sse.c
index deced3b929..3d9f1c5145 100644
--- a/libavcodec/x86/fft_sse.c
+++ b/libavcodec/x86/fft_sse.c
@@ -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"