celt: Fix broken SSE pre-processor check due to typo

This broke 5 years ago in 43120f0075

Signed-off-by: Mark Harris <mark.hsj@gmail.com>
This commit is contained in:
Nirbheek Chauhan 2020-07-18 19:16:52 +05:30 committed by Mark Harris
parent cb66cb3970
commit 729bd2f4d4
No known key found for this signature in database
GPG Key ID: 92293B4D0118BDB0

View File

@ -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,