Skip to content
Snippets Groups Projects
Commit f22e54dc authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Fixes fixed-point on x86 (no SSE).

parent e50e8084
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
#include "modes.h"
#ifdef __SSE__
#if defined(__SSE__) && !defined(FIXED_POINT)
#include "x86/pitch_sse.h"
#endif
......
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