From b36fec6ffabe35a2e8507f7e667822743ce46930 Mon Sep 17 00:00:00 2001 From: Antoine SOULIER Date: Thu, 12 May 2022 16:36:42 +0200 Subject: [PATCH] fix: arm simd32 and neon can be all the 2 available --- src/ltpf.c | 2 +- src/ltpf_arm.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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