fix: arm simd32 and neon can be all the 2 available

This commit is contained in:
Antoine SOULIER
2022-05-12 16:36:42 +02:00
parent bba71917f2
commit b36fec6ffa
2 changed files with 2 additions and 2 deletions

View File

@@ -19,8 +19,8 @@
#include "ltpf.h"
#include "tables.h"
#include "ltpf_arm.h"
#include "ltpf_neon.h"
#include "ltpf_arm.h"
/* ----------------------------------------------------------------------------

View File

@@ -16,7 +16,7 @@
*
******************************************************************************/
#ifdef __ARM_FEATURE_SIMD32
#if __ARM_FEATURE_SIMD32 && !__ARM_NEON
/**
* Configuration