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:
parent
cb66cb3970
commit
729bd2f4d4
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user