diff --git a/celt/pitch.h b/celt/pitch.h index 580ea819eb5e166af6ff2f1af0a4cd047256ebe6..10dd62abb4ff37d8a48d7dd8472677b7c63aff82 100644 --- a/celt/pitch.h +++ b/celt/pitch.h @@ -36,7 +36,7 @@ #include "modes.h" -#ifdef __SSE__ +#if defined(__SSE__) && !defined(FIXED_POINT) #include "x86/pitch_sse.h" #endif