diff --git a/src/ltpf.c b/src/ltpf.c index d2a93c2..ec75c82 100644 --- a/src/ltpf.c +++ b/src/ltpf.c @@ -19,8 +19,8 @@ #include "ltpf.h" #include "tables.h" -#include "ltpf_arm.h" #include "ltpf_neon.h" +#include "ltpf_arm.h" /* ---------------------------------------------------------------------------- diff --git a/src/ltpf_arm.h b/src/ltpf_arm.h index 914c964..92bcdf4 100644 --- a/src/ltpf_arm.h +++ b/src/ltpf_arm.h @@ -16,7 +16,7 @@ * ******************************************************************************/ -#ifdef __ARM_FEATURE_SIMD32 +#if __ARM_FEATURE_SIMD32 && !__ARM_NEON /** * Configuration