Skip to content
Snippets Groups Projects
Verified Commit 729bd2f4 authored by Nirbheek Chauhan's avatar Nirbheek Chauhan Committed by Mark Harris
Browse files

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


This broke 5 years ago in 43120f00

Signed-off-by: default avatarMark Harris <mark.hsj@gmail.com>
parent cb66cb39
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment