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

Fix #elif OPUS_ARM_INLINE_EDSP

parent db082963
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ static OPUS_INLINE opus_int16 SAT16(opus_int32 x) {
#ifdef OPUS_ARM_PRESUME_AARCH64_NEON_INTR
#include "arm/fixed_arm64.h"
#elif OPUS_ARM_INLINE_EDSP
#elif defined (OPUS_ARM_INLINE_EDSP)
#include "arm/fixed_armv5e.h"
#elif defined (OPUS_ARM_INLINE_ASM)
#include "arm/fixed_armv4.h"
......
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