summaryrefslogtreecommitdiff
path: root/celt
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-07-18 19:16:52 +0530
committerMark Harris <mark.hsj@gmail.com>2020-08-21 23:34:52 -0700
commit729bd2f4d43e7a17e5deed098f6593bd6be2e01b (patch)
tree647fb7aa530e08b88866780401c42e5b66e4ae1e /celt
parentcb66cb39703ae4199241931f7e0b3d92bbef3947 (diff)
downloadopus-729bd2f4d43e7a17e5deed098f6593bd6be2e01b.tar.gz
celt: Fix broken SSE pre-processor check due to typo
This broke 5 years ago in 43120f00758219a784f952754f33b9788a8d731b Signed-off-by: Mark Harris <mark.hsj@gmail.com>
Diffstat (limited to 'celt')
-rw-r--r--celt/x86/pitch_sse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/celt/x86/pitch_sse.h b/celt/x86/pitch_sse.h
index e5f87ab5..f7a014b6 100644
--- a/celt/x86/pitch_sse.h
+++ b/celt/x86/pitch_sse.h
@@ -91,7 +91,7 @@ opus_val32 celt_inner_prod_sse2(
int N);
#endif
-#if defined(OPUS_X86_MAY_HAVE_SSE2) && !defined(FIXED_POINT)
+#if defined(OPUS_X86_MAY_HAVE_SSE) && !defined(FIXED_POINT)
opus_val32 celt_inner_prod_sse(
const opus_val16 *x,
const opus_val16 *y,