mirror of
https://github.com/xiph/opus.git
synced 2025-06-07 16:00:56 +00:00
Fixes fixed-point on x86 (no SSE).
This commit is contained in:
parent
e50e8084a9
commit
f22e54dca4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
#include "modes.h"
|
#include "modes.h"
|
||||||
|
|
||||||
#ifdef __SSE__
|
#if defined(__SSE__) && !defined(FIXED_POINT)
|
||||||
#include "x86/pitch_sse.h"
|
#include "x86/pitch_sse.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue